Compare commits
3 Commits
f6aa67c739
...
511b7b038e
Author | SHA1 | Date | |
---|---|---|---|
511b7b038e | |||
27a2a1f558 | |||
6286887632 |
@ -1,4 +1,4 @@
|
||||
[bumpversion]
|
||||
current_version = 0.0.1
|
||||
current_version = 0.0.2
|
||||
commit = True
|
||||
tag = True
|
||||
|
@ -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
|
||||
|
@ -36,7 +36,6 @@ COMMANDS_BLACKLIST = [
|
||||
"teleport",
|
||||
"teleportto",
|
||||
"thunder"
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user