summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2020-07-13 12:10:08 +0200
committerRomain Porte <microjoe@microjoe.org>2020-07-13 12:10:08 +0200
commit793448aa73b9e0a14f376e4b38f1ddfdd4c85278 (patch)
tree6ed5c722261a98381334973bfb1c648eab00debd
parentfe6cd210d90d92904bdad8e384f3e19c6d596bef (diff)
downloadcharlcd-793448aa73b9e0a14f376e4b38f1ddfdd4c85278.tar.gz
charlcd-793448aa73b9e0a14f376e4b38f1ddfdd4c85278.zip
CHANGELOG: fixed wrong initial release
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ff9832..e7de209 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Changed
+
+- Fixed wrong initial release in CHANGELOG.
## [0.1.3] - 2020-07-13
### Added
@@ -25,5 +28,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved documentation.
## [0.1.1] - 2020-03-27
+### Changed
+
+- Redacted README.md.
+- Fixed various metadata in Cargo.toml.
+
+## [0.1.0] - 2020-03-22
- Initial release.