summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2020-07-13 12:10:08 +0200
committerAgathe Porte <microjoe@microjoe.org>2020-07-13 12:10:08 +0200
commitc9063fd5a61e1e083c0504c224eb83290ec6f9eb (patch)
treee899397bd0c2c19c25c19e95c46aa71b1dd9cb96
parente75fb3355baf3d7ec18df2346140864db2a6e1f4 (diff)
downloadcharlcd-c9063fd5a61e1e083c0504c224eb83290ec6f9eb.tar.gz
charlcd-c9063fd5a61e1e083c0504c224eb83290ec6f9eb.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.