Skip to content

Commit

Permalink
chore(release): v5.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Dec 26, 2024
1 parent 043e3af commit de0828b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the mod to version **[5.3.13](https://github.com/null2264/CobbleGen/releases/latest)**.
- label: I have updated the mod to version **[5.3.14](https://github.com/null2264/CobbleGen/releases/latest)**.
required: true
- label: I have checked the mod config for my feature.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the mod to version **[5.3.13](https://github.com/null2264/CobbleGen/releases/latest)**.
- label: I have updated the mod to version **[5.3.14](https://github.com/null2264/CobbleGen/releases/latest)**.
required: true
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
- label: I have filled out all of the requested information in this form.
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v5.3.14] - 2024-12-26

### Fixed
- Fix Create integration for Patch I and J

### Other
- Update gradle to v8.11.1
- Update archloom to v1.9
Expand Down Expand Up @@ -175,7 +180,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- REI and EMI integration
- Create Pipe support

[unreleased]: https://github.com/null2264/CobbleGen/compare/v5.3.13...main
[unreleased]: https://github.com/null2264/CobbleGen/compare/v5.3.14...main
[v5.3.14]: https://github.com/null2264/CobbleGen/compare/v5.3.13...v5.3.14
[v5.3.13]: https://github.com/null2264/CobbleGen/compare/v5.3.12...v5.3.13
[v5.3.12]: https://github.com/null2264/CobbleGen/compare/v5.3.11...v5.3.12
[v5.3.11]: https://github.com/null2264/CobbleGen/compare/v5.3.10...v5.3.11
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ val mcReleaseVersions = mapOf<Int, List<String>>(
12004 to listOf("1.20.4"), // for Neo
12006 to listOf("1.20.5", "1.20.6"),
12101 to listOf("1.21", "1.21.1"),
12103 to listOf("1.21.2", "1.21.3")
12103 to listOf("1.21.2", "1.21.3", "1.21.4")
)[mcVersion] ?: throw IllegalStateException("Should not be empty!")

// These overwrites mcReleaseVersions
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx6G

# Mod Properties
mod_version=5.3.13
mod_version=5.3.14
version_stage=BETA
maven_group=io.github.null2264
archives_base_name=cobblegen
Expand Down

0 comments on commit de0828b

Please sign in to comment.