Compare commits
No commits in common. "0c02c108952a1dab271838cc4deb95e712512141" and "579d94bc036755a1cf698462a59b32d4512c6669" have entirely different histories.
0c02c10895
...
579d94bc03
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,24 +0,0 @@
|
||||||
# Changelog
|
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
## Version 0.2.0 - 2022-08-27
|
|
||||||
|
|
||||||
### Refactor
|
|
||||||
|
|
||||||
- `map.at` now returns `Option<&Tile>` rather than a wall tile when requested coordinates are out-of-bounds.
|
|
||||||
|
|
||||||
## Version 0.1.1 - 2022-03-18
|
|
||||||
|
|
||||||
### Miscellaneous Tasks
|
|
||||||
|
|
||||||
- More automated release configuration.
|
|
||||||
|
|
||||||
## Version 0.1.0 - 2022-03-18
|
|
||||||
|
|
||||||
### Miscellaneous Tasks
|
|
||||||
|
|
||||||
- Rename crate and set up automated releases.
|
|
||||||
- Remove demo.
|
|
||||||
|
|
||||||
<!-- generated by git-cliff -->
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "here_be_dragons"
|
name = "here_be_dragons"
|
||||||
version = "0.2.0"
|
version = "0.1.1"
|
||||||
authors = ["Nolan Darilek <nolan@thewordnerd.info>", "Krzysztof Langner <klangner@gmail.com>"]
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>", "Krzysztof Langner <klangner@gmail.com>"]
|
||||||
description = "Map generator for games"
|
description = "Map generator for games"
|
||||||
keywords = ["game", "map", "map-generator"]
|
keywords = ["game", "map", "map-generator"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user