Skip to content

Commit

Permalink
chore: bump version to 2.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12-bot committed Jul 20, 2023
1 parent 1ec24c3 commit e084964
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG-SNAPSHOTS.md
Expand Up @@ -18,11 +18,14 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
### Removed

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

### Security

## [2.0.28] - 2023-07-20
### Fixed
- Speaker setting is not saved correctly [`#697`](https://github.com/fixrtm/fixRTM/pull/697)
- Some sound pack broken [`#701`](https://github.com/fixrtm/fixRTM/pull/701)

## [2.0.27] - 2023-07-14
## [2.0.27-rc.1] - 2023-07-14
### Changed
Expand Down Expand Up @@ -620,7 +623,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.27...HEAD
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.28...HEAD
[2.0.28]: https://github.com/fixrtm/fixRTM/compare/2.0.27...2.0.28
[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
[2.0.27-rc.1]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27-rc.1
[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
Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.md
Expand Up @@ -25,11 +25,14 @@ Thanks to prepare-changelog.sh, we have some macros.
### Removed

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

### Security

## [2.0.28] - 2023-07-20
### Fixed
- Speaker setting is not saved correctly [`#697`](https://github.com/fixrtm/fixRTM/pull/697)
- Some sound pack broken [`#701`](https://github.com/fixrtm/fixRTM/pull/701)

## [2.0.27] - 2023-07-14
### Changed
- Upgrade RTM to 2.4.24 [`#694`](https://github.com/fixrtm/fixRTM/pull/694)
Expand Down Expand Up @@ -465,7 +468,8 @@ Thanks to prepare-changelog.sh, we have some macros.
- 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.27...HEAD
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.28...HEAD
[2.0.28]: https://github.com/fixrtm/fixRTM/compare/2.0.27...2.0.28
[2.0.27]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27
[2.0.26]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26
[2.0.25]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -4,7 +4,7 @@

org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
modGroup=com.anatawa12.fixRtm
modVersion=2.0.28-beta.0
modVersion=2.0.28
modBaseName=fixRtm
forgeVersion=1.12.2-14.23.5.2847
mcpChannel=stable
Expand Down
1 change: 1 addition & 0 deletions version-map.md
Expand Up @@ -33,3 +33,4 @@
| 2.4.23 | 2.4.20 | 2.0.25 |
| 2.4.23 | 2.4.20 | 2.0.26 |
| 2.4.24 | 2.4.21 | 2.0.27 |
| 2.4.24 | 2.4.21 | 2.0.28 |

0 comments on commit e084964

Please sign in to comment.