Skip to content

Commit 9eeff27

Browse files
committed
chore: bump version to 2.0.29-beta.1
1 parent b2e414d commit 9eeff27

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

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-
- Compatibility problem with mtl file with uppercase chars `#708`
22-
- If your modelpack has `mtl` file with uppercase, your modelpack will fail to load.
2321

2422
### Security
2523

24+
## [2.0.29-beta.1] - 2023-11-11
25+
### Fixed
26+
- Compatibility problem with mtl file with uppercase chars [`#708`](https://github.com/fixrtm/fixRTM/pull/708)
27+
- If your modelpack has `mtl` file with uppercase, your modelpack will fail to load.
28+
2629
## [2.0.28] - 2023-07-20
2730
### Fixed
2831
- 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-
625628
- fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a)
626629
- PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66)
627630

628-
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.28...HEAD
631+
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.29-beta.1...HEAD
632+
[2.0.29-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.28...2.0.29-beta.1
629633
[2.0.28]: https://github.com/fixrtm/fixRTM/compare/2.0.27...2.0.28
630634
[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
631635
[2.0.27-rc.1]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27-rc.1

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.29-beta.0
7+
modVersion=2.0.29-beta.1
88
modBaseName=fixRtm
99
forgeVersion=1.12.2-14.23.5.2847
1010
mcpChannel=stable

0 commit comments

Comments
 (0)