Compare commits

..

No commits in common. "25518879d90aeb5c7b4bd52bb49cf4c2c772636d" and "d4f8c99c19801e395cc6fe1b32867b7337b35812" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -2,12 +2,6 @@
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.1"
version = "0.2.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>", "Krzysztof Langner <klangner@gmail.com>"]
description = "Map generator for games"
keywords = ["game", "map", "map-generator"]