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
60b2eb339b
commit
50ff244b1c
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -5,6 +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].
|
||||
|
||||
## [0.8.0] - 2024-02-21
|
||||
|
||||
## Added
|
||||
- added integration for EMI
|
||||
- same features as for JEI/REI including hiding stacks from tags used in recipes
|
||||
- to disable it, you can use the flag for JEI/REI in the config
|
||||
- requires at least EMI version 1.1.2
|
||||
|
||||
### Fixed
|
||||
- fixed Integrated Dynamics unifier not properly targetting outputs
|
||||
|
||||
## [0.7.2] - 2023-11-21
|
||||
|
||||
## Added
|
||||
|
@ -423,6 +434,7 @@ Initial 1.19 release!
|
|||
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
||||
|
||||
<!-- Versions -->
|
||||
[0.8.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.8.0-beta
|
||||
[0.7.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.7.2-beta
|
||||
[0.7.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.7.0-beta
|
||||
[0.6.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.6.0-beta
|
||||
|
|
|
@ -8,7 +8,7 @@ enableAccessWidener = false
|
|||
minecraftVersion = 1.19.2
|
||||
|
||||
# Mod
|
||||
modVersion = 0.7.2
|
||||
modVersion = 0.8.0
|
||||
modPackage = com.almostreliable.unified
|
||||
modId = almostunified
|
||||
modName = AlmostUnified
|
||||
|
|
Loading…
Reference in a new issue