Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
[skip build]
  • Loading branch information
rlnt committed Nov 1, 2022
1 parent b68c500 commit 44abb9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

<!-- Versions -->
[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
[0.2.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.2.0-beta
[0.1.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.1.2-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.1
modVersion = 0.2.2
modAuthor = AlmostReliable
modDescription = Unify all resources.

Expand Down

0 comments on commit 44abb9d

Please sign in to comment.