mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-24 08:37:55 -05:00
bump version
This commit is contained in:
parent
f88172c8fc
commit
1ad5fda88f
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],
|
The format is based on [Keep a Changelog],
|
||||||
and this project adheres to [Semantic Versioning].
|
and this project adheres to [Semantic Versioning].
|
||||||
|
|
||||||
|
## [0.3.6] - 2023-03-10
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- decent performance improvements ([#35])
|
||||||
|
- depending on the amount of recipes, this can improve the load times by around 50-70%
|
||||||
|
|
||||||
|
<!-- Links -->
|
||||||
|
[#35]: https://github.com/AlmostReliable/almostunified/pull/35
|
||||||
|
|
||||||
## [0.3.5] - 2023-02-08
|
## [0.3.5] - 2023-02-08
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -19,5 +28,6 @@ Initial 1.19.3 release!
|
||||||
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
||||||
|
|
||||||
<!-- Versions -->
|
<!-- Versions -->
|
||||||
|
[0.3.6]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.3-0.3.6-beta
|
||||||
[0.3.5]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.3-0.3.5-beta
|
[0.3.5]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.3-0.3.5-beta
|
||||||
[0.3.4]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.3-0.3.4-beta
|
[0.3.4]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.3-0.3.4-beta
|
||||||
|
|
|
@ -11,7 +11,7 @@ junitVersion = 5.9.0
|
||||||
minecraftVersion = 1.19.3
|
minecraftVersion = 1.19.3
|
||||||
|
|
||||||
# Mod
|
# Mod
|
||||||
modVersion = 0.3.5
|
modVersion = 0.3.6
|
||||||
modPackage = com.almostreliable.unified
|
modPackage = com.almostreliable.unified
|
||||||
modId = almostunified
|
modId = almostunified
|
||||||
modName = AlmostUnified
|
modName = AlmostUnified
|
||||||
|
|
Loading…
Reference in a new issue