Skip to content

Commit

Permalink
chore: Write changelog and bump version number to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Dec 9, 2023
1 parent 306aa23 commit 94727f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## `v1.10.1` - 09/12/2023

### Fixed

- Crash on startup on dedicated servers due to client tick event registration code being loaded on dedicated servers
- Incorrect translation for the `worldRendererTickSpeedMultiplier`

## `v1.10.0` - 07/12/2023

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

- Better Clouds compatibility
- Renamed the `cloudSpeedMultiplier` config option to `worldRendererTickSpeedMultiplier`

### Fixed

- Outdated translations in some versions of Realistic Sleep
- Crash on startup on dedicated servers due to client tick event registration code being loaded on dedicated servers
- Incorrect translation for the `worldRendererTickSpeedMultiplier`
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.10.0
mod_version=1.10.1
maven_group=com.github.steveplays28
archives_base_name=realisticsleep
supported_minecraft_version=>=1.19 <=1.19.2
Expand Down

0 comments on commit 94727f8

Please sign in to comment.