Compare commits

...

2 Commits

Author SHA1 Message Date
Nolan Darilek 25518879d9 Release
continuous-integration/drone/push Build is passing Details
2023-01-31 17:29:02 -06:00
Nolan Darilek 340825e660 Update CHANGELOG. 2023-01-31 17:25:33 -06:00
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## Version 0.2.1 - 2023-01-31
### Miscellaneous Tasks
- Resolve clippy warnings and add a bounds check.
## Version 0.2.0 - 2022-08-27
### Refactor

View File

@ -1,6 +1,6 @@
[package]
name = "here_be_dragons"
version = "0.2.0"
version = "0.2.1"
authors = ["Nolan Darilek <nolan@thewordnerd.info>", "Krzysztof Langner <klangner@gmail.com>"]
description = "Map generator for games"
keywords = ["game", "map", "map-generator"]