Compare commits

...

1 Commits

Author SHA1 Message Date
Sebastian Crane 8e07cda03d Release version 1.0.1
Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
2022-04-01 15:48:56 +01:00
1 changed files with 9 additions and 0 deletions

View File

@ -5,8 +5,17 @@
`matchbot` uses [version 2.0.0 of the Semantic Versioning](https://semver.org/spec/v2.0.0.html) scheme.
## [1.0.1] - 2022-04-01
* Fix vulnerability that causes serialised data to be deleted when it contains certain user input
* Change internal representation of game names, fixing a potential memory leak for long-running instances
* Improve reliability and code quality of the startup and shutdown sequences
## [1.0.0] - 2022-03-03
* Initial release
[1.0.1]: https://git.libregaming.org/LibreGaming/matchbot/releases/tag/1.0.1
[1.0.0]: https://git.libregaming.org/LibreGaming/matchbot/releases/tag/1.0.0