From 9eeff275d82575d8c7aebd5284e21e465bdeddc8 Mon Sep 17 00:00:00 2001 From: anatawa12-bot <87023934+anatawa12-bot@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:35:10 +0000 Subject: [PATCH] chore: bump version to 2.0.29-beta.1 --- CHANGELOG-SNAPSHOTS.md | 10 +++++++--- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG-SNAPSHOTS.md b/CHANGELOG-SNAPSHOTS.md index 8896104e..281f2306 100644 --- a/CHANGELOG-SNAPSHOTS.md +++ b/CHANGELOG-SNAPSHOTS.md @@ -18,11 +18,14 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto- ### Removed ### Fixed -- Compatibility problem with mtl file with uppercase chars `#708` - - If your modelpack has `mtl` file with uppercase, your modelpack will fail to load. ### Security +## [2.0.29-beta.1] - 2023-11-11 +### Fixed +- Compatibility problem with mtl file with uppercase chars [`#708`](https://github.com/fixrtm/fixRTM/pull/708) + - If your modelpack has `mtl` file with uppercase, your modelpack will fail to load. + ## [2.0.28] - 2023-07-20 ### Fixed - Speaker setting is not saved correctly [`#697`](https://github.com/fixrtm/fixRTM/pull/697) @@ -625,7 +628,8 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto- - fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a) - PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66) -[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.28...HEAD +[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.29-beta.1...HEAD +[2.0.29-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.28...2.0.29-beta.1 [2.0.28]: https://github.com/fixrtm/fixRTM/compare/2.0.27...2.0.28 [2.0.27]: https://github.com/fixrtm/fixRTM/compare/[2.0.27-rc.1]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27-rc.1...2.0.27 [2.0.27-rc.1]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27-rc.1 diff --git a/gradle.properties b/gradle.properties index afdf614a..9ee9c45b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 modGroup=com.anatawa12.fixRtm -modVersion=2.0.29-beta.0 +modVersion=2.0.29-beta.1 modBaseName=fixRtm forgeVersion=1.12.2-14.23.5.2847 mcpChannel=stable