mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 11:15:23 -05:00
This commit is contained in:
parent
702d1f0829
commit
31d9963910
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -5,6 +5,15 @@ 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.2] - 2024-09-20
|
||||
|
||||
### Fixed
|
||||
- fixed crash with JEI ([#93])
|
||||
- requires at least JEI version 11.8.0
|
||||
|
||||
<!-- Links -->
|
||||
[#93]: https://github.com/AlmostReliable/almostunified/issues/93
|
||||
|
||||
## [0.8.1] - 2024-03-02
|
||||
|
||||
### Fixed
|
||||
|
@ -444,6 +453,7 @@ Initial 1.19 release!
|
|||
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
||||
|
||||
<!-- Versions -->
|
||||
[0.8.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.8.1
|
||||
[0.8.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.8.1
|
||||
[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
|
||||
|
|
|
@ -8,7 +8,7 @@ enableAccessWidener = false
|
|||
minecraftVersion = 1.19.2
|
||||
|
||||
# Mod
|
||||
modVersion = 0.8.1
|
||||
modVersion = 0.8.2
|
||||
modPackage = com.almostreliable.unified
|
||||
modId = almostunified
|
||||
modName = AlmostUnified
|
||||
|
|
Loading…
Reference in a new issue