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
6aab5ed5cf
commit
a582e02839
2 changed files with 10 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -5,12 +5,17 @@ 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].
|
||||
|
||||
## Unreleased
|
||||
## [0.2.2] - 2022-11-01
|
||||
|
||||
### Added
|
||||
- config option to completely ignore items from unification and hiding
|
||||
|
||||
### Changed
|
||||
- updated to JEI 10 as it's no longer alpha
|
||||
- minimum version 10.2.1.278
|
||||
- minimum version is 10.2.1.278
|
||||
- JEI 9 is not supported anymore since it's not possible with some internals we use
|
||||
- added config option to completely ignore items from unification and hiding
|
||||
- improved stone strata detection by making use of `forge:ores_in_ground` tag
|
||||
- this also allows pack devs to fix stone stratas for mods that don't support it yet
|
||||
|
||||
## [0.2.1] - 2022-10-28
|
||||
|
||||
|
@ -171,6 +176,7 @@ Initial 1.19 release!
|
|||
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
||||
|
||||
<!-- Versions -->
|
||||
[0.2.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.2.2-beta
|
||||
[0.2.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.2.1-beta
|
||||
[0.2.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.2.0-beta
|
||||
[0.1.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.1.2-beta
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Mod Info
|
||||
modId = almostunified
|
||||
modName = AlmostUnified
|
||||
modVersion = 0.2.1
|
||||
modVersion = 0.2.2
|
||||
modAuthor = AlmostReliable
|
||||
modDescription = Unify all resources.
|
||||
|
||||
|
|
Loading…
Reference in a new issue