Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Nov 21, 2022
1 parent 6894feb commit 7e443ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.2.5] - 2022-11-21

### Added
- a way to obtain the `unify.json` config and the material list from the KubeJS binding

### Fixed
- hiding of tags that only consisted of items with the same namespace ([#21])
- stone strata detection not being applied to ingredients ([#22])
- inconsistency in recipe duplication removal and dumps ([#23])

## [0.2.3] - 2022-11-07

### Info
Expand Down Expand Up @@ -198,6 +208,7 @@ Initial beta release!
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[0.2.5]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.2.5-beta
[0.2.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.2.3-beta
[0.2.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.2.2-beta
[0.2.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.2.1-beta
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mod Info
modId = almostunified
modName = AlmostUnified
modVersion = 0.2.3
modVersion = 0.2.5
modAuthor = AlmostReliable
modDescription = Unify all resources.

Expand Down

0 comments on commit 7e443ed

Please sign in to comment.