Skip to content

Commit 0341c3a

Browse files
committed
chore: bump version to 2.0.27
1 parent d837962 commit 0341c3a

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG-SNAPSHOTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
2121

2222
### Security
2323

24+
## [2.0.27] - 2023-07-14
2425
## [2.0.27-rc.1] - 2023-07-14
2526
### Changed
2627
- Upgrade RTM to 2.4.24 [`#694`](https://github.com/fixrtm/fixRTM/pull/694)
@@ -617,7 +618,8 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
617618
- fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a)
618619
- PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66)
619620

620-
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.27-rc.1...HEAD
621+
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.27...HEAD
622+
[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
621623
[2.0.27-rc.1]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27-rc.1
622624
[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
623625
[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

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Thanks to prepare-changelog.sh, we have some macros.
1919
### Added
2020

2121
### Changed
22-
- Upgrade RTM to 2.4.24 `#694`
23-
- This also upgrades NGTLib to 2.4.20
2422

2523
### Deprecated
2624

@@ -30,6 +28,11 @@ Thanks to prepare-changelog.sh, we have some macros.
3028

3129
### Security
3230

31+
## [2.0.27] - 2023-07-14
32+
### Changed
33+
- Upgrade RTM to 2.4.24 [`#694`](https://github.com/fixrtm/fixRTM/pull/694)
34+
- This also upgrades NGTLib to 2.4.20
35+
3336
## [2.0.26] - 2023-07-10
3437
### Added
3538
- Support placing rail in diagonal direction with rail item [`#635`](https://github.com/fixrtm/fixRTM/pull/635)
@@ -460,7 +463,8 @@ Thanks to prepare-changelog.sh, we have some macros.
460463
- fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a)
461464
- PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66)
462465

463-
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.26...HEAD
466+
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.27...HEAD
467+
[2.0.27]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27
464468
[2.0.26]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26
465469
[2.0.25]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25
466470
[2.0.24]: https://github.com/fixrtm/fixRTM/compare/2.0.23...2.0.24

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.27-rc.1
7+
modVersion=2.0.27
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
@@ -32,3 +32,4 @@
3232
| 2.4.23 | 2.4.20 | 2.0.24 |
3333
| 2.4.23 | 2.4.20 | 2.0.25 |
3434
| 2.4.23 | 2.4.20 | 2.0.26 |
35+
| 2.4.24 | 2.4.21 | 2.0.27 |

0 commit comments

Comments
 (0)