Skip to content

Commit

Permalink
build: Increment version number to 1.8.3 and write changelog
Browse files Browse the repository at this point in the history
Also added some missing `v`s before the version numbers in the changelog.
  • Loading branch information
Steveplays28 committed Aug 27, 2023
1 parent e618940 commit c87b6d9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated to Minecraft 1.20

## `1.8.0` - 28/07/2023
## `v1.8.0` - 28/07/2023

### Added

Expand All @@ -32,14 +32,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Amount of players needed to sleep message shows 0/X instead of the actual (non-zero) value
- After sleeping, the next weather change will always be a thunderstorm

## `1.8.1` - 17/08/2023
## `v1.8.1` - 17/08/2023

### Fixed

- A crash on startup due to the `ServerPlayerEntity` mixin

## `1.8.2` - 17/08/2023
## `v1.8.2` - 17/08/2023

### Fixed

- A hang when loading a world or starting a server

## `v1.8.3` - 27/08/2023

### Fixed

- Day count resetting after sleeping
- Issues with certain datapacks (such as Vanilla Tweaks and Stellarity)
3 changes: 2 additions & 1 deletion CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Fixed

- A hang when loading a world or starting a server
- Day count resetting after sleeping
- Issues with certain datapacks (such as Vanilla Tweaks and Stellarity)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.19.2+build.28
loader_version=0.14.10

# Mod Properties
mod_version=1.8.2
mod_version=1.8.3
maven_group=com.github.steveplays28
archives_base_name=realisticsleep
supported_minecraft_version=1.18.x-1.19.x
Expand Down

0 comments on commit c87b6d9

Please sign in to comment.