Skip to content

Commit 7624ac8

Browse files
committed
chore: bump version to 2.0.26-rc.1
1 parent 5278618 commit 7624ac8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG-SNAPSHOTS.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
1818
### Removed
1919

2020
### Fixed
21-
- Hotfix: degraded performance on constructing models `#685`
22-
- Model packs were loaded multiple times
2321

2422
### Security
2523

24+
## [2.0.26-rc.1] - 2023-07-03
25+
### Fixed
26+
- Hotfix: degraded performance on constructing models [`#685`](https://github.com/fixrtm/fixRTM/pull/685)
27+
- Model packs were loaded multiple times
28+
2629
## [2.0.26-beta.2] - 2023-07-02
2730
### Added
2831
- 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-
605608
- fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a)
606609
- PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66)
607610

608-
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.26-beta.2...HEAD
611+
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.26-rc.1...HEAD
612+
[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
609613
[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
610614
[2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1
611615
[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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
66
modGroup=com.anatawa12.fixRtm
7-
modVersion=2.0.26-beta.2
7+
modVersion=2.0.26-rc.1
88
modBaseName=fixRtm
99
forgeVersion=1.12.2-14.23.5.2847
1010
mcpChannel=stable

0 commit comments

Comments
 (0)