Skip to content

Commit

Permalink
chore: Write changelog and bump the version number to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Jul 4, 2024
1 parent 05b845e commit 8052b44
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## `v2.2.1` - 04/07/2024

### Changed

- Moved an `@Inject` on `NoiseChunkGenerator#method_38332` to an `@Overwrite`
- This allows other mods, such as [ishland](https://github.com/ishland)'s mods, to change the `Executor` of
`NoiseChunkGenerator#populateNoise`'s `CompletableFuture`.

## `v2.2.0` - 21/06/2024

### Added
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Added
### Changed

- Minecraft 1.21 compatibility
- Moved an `@Inject` on `NoiseChunkGenerator#method_38332` to an `@Overwrite`
- This allows other mods, such as [ishland](https://github.com/ishland)'s mods, to change the `Executor` of
`NoiseChunkGenerator#populateNoise`'s `CompletableFuture`.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mod_namespace=noisium
mod_name=Noisium
mod_description=Optimises worldgen performance for a better gameplay experience.
mod_license=LGPL-3.0
mod_version=2.2.0
mod_version=2.2.1
supported_minecraft_version=>=1.20.2 <=1.20.4
supported_minecraft_version_name=1.20.2-1.20.4

Expand Down

0 comments on commit 8052b44

Please sign in to comment.