Skip to content

Commit

Permalink
chore(release): v5.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Feb 2, 2025
1 parent f49771c commit 5c3523b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.14](https://github.com/null2264/CobbleGen/releases/latest)**.
- label: I have updated the mod to version **[5.3.15](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.14](https://github.com/null2264/CobbleGen/releases/latest)**.
- label: I have updated the mod to version **[5.3.15](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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v5.3.15] - 2025-02-02

### Fixed
- Fix crashes due to MC breaking changes in MC 1.21.2 and newer

Expand Down Expand Up @@ -183,7 +185,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.14...main
[unreleased]: https://github.com/null2264/CobbleGen/compare/v5.3.15...main
[v5.3.15]: https://github.com/null2264/CobbleGen/compare/v5.3.14...v5.3.15
[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
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.14
mod_version=5.3.15
version_stage=BETA
maven_group=io.github.null2264
archives_base_name=cobblegen
Expand Down

0 comments on commit 5c3523b

Please sign in to comment.