Skip to content

Commit

Permalink
chore: Write changelog and bump the version number to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed May 26, 2024
1 parent 9ea6e91 commit e8b9b19
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.1.0` - 26/05/2024

### Added

- Minecraft 1.20.5-1.20.6 compatibility

### Changed

- Removed Forge support
- On 1.20.5 and up only

## `v2.0.3` - 29/04/2024

### Fixed
Expand Down
12 changes: 7 additions & 5 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### Fixed
### Added

- Ad Astra compatibility
- Ad Astra and other dimension mods no longer crash when trying to generate chunks in their dimensions
- The code is also slightly faster and more concise, because the chunk sections array is now fetched directly from the chunk that's
being generated, instead of recreating it before noise population, which may result in a very slight performance increase
- Minecraft 1.20.5-1.20.6 compatibility

### Changed

- Removed Forge support
- On 1.20.5 and up only
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.0.3
mod_version=2.1.0
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 e8b9b19

Please sign in to comment.