Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Sep 23, 2023
1 parent 5b869b6 commit c7e9b64
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.7.0] - 2023-09-23

### Warning
This update features a new config option inside the `unify.json`.<br>
Since it is a top-level option, this won't reset your config and all other options should
be preserved. However, an automatic backup will be created in case something goes wrong.

### Added
- added the ability to add items to existing or new tags
- this allows you to alter tags without the requirement of using other tools such as KubeJS, CraftTweaker or datapacks
- you can read more about it in the [wiki][custom-tags]
- added unification support for the Fabric NBT ingredient
- added support for GregTech Modern

<!-- Links -->
[custom-tags]: https://github.com/AlmostReliable/almostunified/wiki/Unification-Config#custom-tags

## [0.6.0] - 2023-08-10

### Warning
Expand Down Expand Up @@ -398,6 +415,7 @@ Initial 1.19 release!
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[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
[0.5.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.5.0-beta
[0.4.4]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.4.4-beta
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enableAccessWidener = false
minecraftVersion = 1.19.2

# Mod
modVersion = 0.6.0
modVersion = 0.7.0
modPackage = com.almostreliable.unified
modId = almostunified
modName = AlmostUnified
Expand Down

0 comments on commit c7e9b64

Please sign in to comment.