here_be_dragons/CHANGELOG.md

37 lines
672 B
Markdown
Raw Permalink Normal View History

2022-08-27 13:48:03 +00:00
# Changelog
All notable changes to this project will be documented in this file.
2023-02-22 16:45:02 +00:00
## Version 0.3.0 - 2023-02-22
### Features
- Add optional map serialization.
2023-01-31 23:25:33 +00:00
## Version 0.2.1 - 2023-01-31
### Miscellaneous Tasks
- Resolve clippy warnings and add a bounds check.
2022-08-27 13:48:03 +00:00
## 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 -->