Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Jan 15, 2023
1 parent 88588dc commit b634003
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ 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
- added maximum input validation to recipe serializer
- added empty tag validation to recipe serializer
- fixed NBT not being applied to output and input items
## [2.0.2] - 2023-01-15

### Added
- maximum input validation to recipe serializer (64 items)
- empty tag validation to recipe serializer

### Fixed
- NBT not being applied to output and input items

## [2.0.1] - 2023-01-13

Expand All @@ -33,5 +37,6 @@ Initial release of the Fabric port!
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[2.0.2]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-fabric-2.0.1
[2.0.1]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-fabric-2.0.1
[2.0.0]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-fabric-2.0.0
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 = summoningrituals
modName = Summoning Rituals
modVersion = 2.0.1
modVersion = 2.0.2
modBase = com.almostreliable
modAuthor = AlmostReliable
modDescription = Create custom summoning rituals for items and mobs.
Expand Down

0 comments on commit b634003

Please sign in to comment.