Skip to content

Commit e084964

Browse files
committed
chore: bump version to 2.0.28
1 parent 1ec24c3 commit e084964

4 files changed

Lines changed: 16 additions & 7 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-
- Speaker setting is not saved correctly `#697`
22-
- Some sound pack broken `#701`
2321

2422
### Security
2523

24+
## [2.0.28] - 2023-07-20
25+
### Fixed
26+
- Speaker setting is not saved correctly [`#697`](https://github.com/fixrtm/fixRTM/pull/697)
27+
- Some sound pack broken [`#701`](https://github.com/fixrtm/fixRTM/pull/701)
28+
2629
## [2.0.27] - 2023-07-14
2730
## [2.0.27-rc.1] - 2023-07-14
2831
### Changed
@@ -620,7 +623,8 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
620623
- fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a)
621624
- PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66)
622625

623-
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.27...HEAD
626+
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.28...HEAD
627+
[2.0.28]: https://github.com/fixrtm/fixRTM/compare/2.0.27...2.0.28
624628
[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
625629
[2.0.27-rc.1]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27-rc.1
626630
[2.0.26]: https://github.com/fixrtm/fixRTM/compare/[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

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@ Thanks to prepare-changelog.sh, we have some macros.
2525
### Removed
2626

2727
### Fixed
28-
- Speaker setting is not saved correctly `#697`
29-
- Some sound pack broken `#701`
3028

3129
### Security
3230

31+
## [2.0.28] - 2023-07-20
32+
### Fixed
33+
- Speaker setting is not saved correctly [`#697`](https://github.com/fixrtm/fixRTM/pull/697)
34+
- Some sound pack broken [`#701`](https://github.com/fixrtm/fixRTM/pull/701)
35+
3336
## [2.0.27] - 2023-07-14
3437
### Changed
3538
- Upgrade RTM to 2.4.24 [`#694`](https://github.com/fixrtm/fixRTM/pull/694)
@@ -465,7 +468,8 @@ Thanks to prepare-changelog.sh, we have some macros.
465468
- fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a)
466469
- PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66)
467470

468-
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.27...HEAD
471+
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.28...HEAD
472+
[2.0.28]: https://github.com/fixrtm/fixRTM/compare/2.0.27...2.0.28
469473
[2.0.27]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27
470474
[2.0.26]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26
471475
[2.0.25]: https://github.com/fixrtm/fixRTM/compare/2.0.24...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.28-beta.0
7+
modVersion=2.0.28
88
modBaseName=fixRtm
99
forgeVersion=1.12.2-14.23.5.2847
1010
mcpChannel=stable

version-map.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
| 2.4.23 | 2.4.20 | 2.0.25 |
3434
| 2.4.23 | 2.4.20 | 2.0.26 |
3535
| 2.4.24 | 2.4.21 | 2.0.27 |
36+
| 2.4.24 | 2.4.21 | 2.0.28 |

0 commit comments

Comments
 (0)