mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
bump version
This commit is contained in:
parent
548cb081ab
commit
b6edecdf5a
2 changed files with 7 additions and 4 deletions
|
@ -5,17 +5,19 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog],
|
||||
and this project adheres to [Semantic Versioning].
|
||||
|
||||
## [X.X.X] - 2023-XX-XX
|
||||
## [0.5.0] - 2023-06-14
|
||||
|
||||
### Added
|
||||
- repair unification for `TieredItems` (tools) and `ArmorItems`
|
||||
- repair unification for `TieredItems` (tools) and `ArmorItems` ([#53])
|
||||
- supports vanilla Anvil
|
||||
- works for all mods as long as they properly call the super method
|
||||
- simplified Chinese translation ([#49])
|
||||
- shaped recipe type from Cucumber lib for Fabric to ignored types ([#52])
|
||||
|
||||
<!-- Links -->
|
||||
[#49]: https://github.com/AlmostReliable/almostunified/issues/49
|
||||
[#49]: https://github.com/AlmostReliable/almostunified/issues/53
|
||||
[#52]: https://github.com/AlmostReliable/almostunified/pull/52
|
||||
[#53]: https://github.com/AlmostReliable/almostunified/issues/53
|
||||
|
||||
## [0.4.4] - 2023-05-04
|
||||
|
||||
|
@ -366,6 +368,7 @@ Initial 1.19 release!
|
|||
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
||||
|
||||
<!-- Versions -->
|
||||
[0.5.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.5.0-beta
|
||||
[0.4.4]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.4.4-beta
|
||||
[0.4.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.4.3-beta
|
||||
[0.4.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.4.2-beta
|
||||
|
|
|
@ -11,7 +11,7 @@ junitVersion = 5.9.0
|
|||
minecraftVersion = 1.19.2
|
||||
|
||||
# Mod
|
||||
modVersion = 0.4.4
|
||||
modVersion = 0.5.0
|
||||
modPackage = com.almostreliable.unified
|
||||
modId = almostunified
|
||||
modName = AlmostUnified
|
||||
|
|
Loading…
Reference in a new issue