From 7624ac82a3353bcf58a23db47e52b9b2f03fcbec Mon Sep 17 00:00:00 2001 From: anatawa12-bot <87023934+anatawa12-bot@users.noreply.github.com> Date: Mon, 3 Jul 2023 07:01:59 +0000 Subject: [PATCH] chore: bump version to 2.0.26-rc.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 553e01a0..6fa3ea4c 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 -- Hotfix: degraded performance on constructing models `#685` - - Model packs were loaded multiple times ### Security +## [2.0.26-rc.1] - 2023-07-03 +### Fixed +- Hotfix: degraded performance on constructing models [`#685`](https://github.com/fixrtm/fixRTM/pull/685) + - Model packs were loaded multiple times + ## [2.0.26-beta.2] - 2023-07-02 ### Added - Make it easier to find which script have produced error [`#674`](https://github.com/fixrtm/fixRTM/pull/674) @@ -605,7 +608,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.26-beta.2...HEAD +[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.26-rc.1...HEAD +[2.0.26-rc.1]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-beta.2]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1...2.0.26-beta.2...2.0.26-rc.1 [2.0.26-beta.2]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1...2.0.26-beta.2 [2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1 [2.0.25]: https://github.com/fixrtm/fixRTM/compare/[2.0.25-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25-beta.1...2.0.25 diff --git a/gradle.properties b/gradle.properties index 755c146c..50fe3616 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.26-beta.2 +modVersion=2.0.26-rc.1 modBaseName=fixRtm forgeVersion=1.12.2-14.23.5.2847 mcpChannel=stable