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
de8ce7839b
commit
d3823586e4
2 changed files with 17 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -5,7 +5,18 @@ 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].
|
||||
|
||||
## [0.4.0] - 2023-04-XX
|
||||
## [0.4.0] - 2023-04-18
|
||||
|
||||
### WARNING
|
||||
This update features a new config option inside the `unify.json` called `tagOwnerships`.<br>
|
||||
Since it's a top-level option, this won't reset your config and all other options should be preserved. However,
|
||||
an automatic backup will be created in case something goes wrong.
|
||||
|
||||
### Added
|
||||
- tag ownerships
|
||||
- a new milestone feature allowing tags to be converted to other tags
|
||||
- this allows unifying inconsistent tags like `forge:coals` and `forge:gems/coal`
|
||||
- you can read more about it in the [wiki][tag-ownerships]
|
||||
|
||||
### Changed
|
||||
- improved stone strata lookup speed
|
||||
|
@ -15,6 +26,9 @@ and this project adheres to [Semantic Versioning].
|
|||
- log spam on multiple preferred tags
|
||||
- JEI indicator not showing anymore with new JEI versions
|
||||
|
||||
<!-- Links -->
|
||||
[tag-ownerships]: https://github.com/AlmostReliable/almostunified/wiki/Unification-Config#tag-ownerships
|
||||
|
||||
## [0.3.8] - 2023-04-06
|
||||
|
||||
### Fixed
|
||||
|
@ -305,6 +319,7 @@ Initial 1.19 release!
|
|||
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
||||
|
||||
<!-- Versions -->
|
||||
[0.4.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.4.0-beta
|
||||
[0.3.8]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.3.8-beta
|
||||
[0.3.7]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.3.7-beta
|
||||
[0.3.6]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.3.6-beta
|
||||
|
|
|
@ -11,7 +11,7 @@ junitVersion = 5.9.0
|
|||
minecraftVersion = 1.19.2
|
||||
|
||||
# Mod
|
||||
modVersion = 0.3.8
|
||||
modVersion = 0.4.0
|
||||
modPackage = com.almostreliable.unified
|
||||
modId = almostunified
|
||||
modName = AlmostUnified
|
||||
|
|
Loading…
Reference in a new issue