Compare commits

...

3 Commits

Author SHA1 Message Date
511b7b038e Update CHANGELOG.md
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-07 00:41:28 +00:00
27a2a1f558 Bump version: 0.0.1 → 0.0.2 2024-12-07 00:39:55 +00:00
6286887632 remove whitespace 2024-12-07 00:39:46 +00:00
3 changed files with 2 additions and 9 deletions

View File

@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True

View File

@ -5,7 +5,7 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.0.2] - 2024-12-07
### Added
@ -16,12 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Announce when user has joined/left the server.
- Mod update checker and manager, with announcements for server restart.
### Fixed
### Changed
### Removed
## [0.0.1] - 2024-12-06
### Added

View File

@ -36,7 +36,6 @@ COMMANDS_BLACKLIST = [
"teleport",
"teleportto",
"thunder"
]