Skip to content

Commit

Permalink
chore: Write changelog and bump version number to v1.1.0
Browse files Browse the repository at this point in the history
Also added [ix0rai](https://github.com/ix0rai) to the contributors.
  • Loading branch information
Steveplays28 committed Oct 6, 2024
1 parent 62fb23b commit 93e7de7
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

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.1.0` - 06/10/2024

### Added

- Support for Minecraft 1.21-1.21.1 (thank you to [ix0rai](https://github.com/ix0rai)
in [#3](https://github.com/steves-underwater-paradise/simple-seasons/pull/3))

### Changed

- Replaced the `/simple_seasons season set`'s season ID argument with the season's name (thank you to [ix0rai](https://github.com/ix0rai)
in [#4](https://github.com/steves-underwater-paradise/simple-seasons/pull/4))
- The season can now be autofilled from `SeasonTracker.Seasons`

## `v1.0.0` - 15/06/2024

Initial release.
10 changes: 10 additions & 0 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### Added

- Support for Minecraft 1.21-1.21.1 (thank you to [ix0rai](https://github.com/ix0rai)
in [#3](https://github.com/steves-underwater-paradise/simple-seasons/pull/3))

### Changed

- Replaced the `/simple_seasons season set`'s season ID argument with the season's name (thank you to [ix0rai](https://github.com/ix0rai)
in [#4](https://github.com/steves-underwater-paradise/simple-seasons/pull/4))
- The season can now be autofilled from `SeasonTracker.Seasons`
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ Server-side and client-side.

## Attribution

Thank you to [Andrew Grant](https://github.com/Andrew6rant) and [Bawnorton](https://github.com/Bawnorton) (for their previous works
related to season color transitions and Sodium compatible chunk rebuilding), [JorisDeBeer](https://github.com/JorisDeBeer) (for his
contributions to Simple Seasons) and [GrandmaPork](https://github.com/GrandmaPork) (for feedback).
Thank you to:
- [Andrew Grant](https://github.com/Andrew6rant) and [Bawnorton](https://github.com/Bawnorton): for their previous works
related to season color transitions and Sodium compatible chunk rebuilding
- [JorisDeBeer](https://github.com/JorisDeBeer) and [ix0rai](https://github.com/ix0rai): for their contributions to Simple Seasons
- [GrandmaPork](https://github.com/GrandmaPork): for feedback

## License

Expand Down
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=simple_seasons
mod_name=Simple Seasons
mod_description=Adds a simple season system.
mod_license=LGPL-3.0
mod_version=1.0.0
mod_version=1.1.0
supported_minecraft_version=>=1.20 <=1.20.1
supported_minecraft_version_name=1.20-1.20.1

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"Steveplays28"
],
"contributors": [
"JorisDeBeer"
"JorisDeBeer",
"ix0rai"
],
"contact": {
"homepage": "https://modrinth.com/mod/${mod_id}",
Expand Down

0 comments on commit 93e7de7

Please sign in to comment.