diff options
author | Agathe Porte <microjoe@microjoe.org> | 2023-06-14 16:22:58 +0200 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2023-06-14 16:22:58 +0200 |
commit | 6f1240bb0ec4f6bda1eccd24f1c5c1623557f738 (patch) | |
tree | cb2c1eff7b5b06c701cdf6971551c6787e905f62 | |
parent | c9063fd5a61e1e083c0504c224eb83290ec6f9eb (diff) | |
download | charlcd-6f1240bb0ec4f6bda1eccd24f1c5c1623557f738.tar.gz charlcd-6f1240bb0ec4f6bda1eccd24f1c5c1623557f738.zip |
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7de209..29afb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [0.1.4] - 2023-06-14 ### Changed - Fixed wrong initial release in CHANGELOG. @@ -1,6 +1,6 @@ [package] name = "charlcd" -version = "0.1.3" +version = "0.1.4" authors = ["Agathe Porte <microjoe@microjoe.org>"] edition = "2018" license = "Apache-2.0" |