summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2020-07-13 12:05:57 +0200
committerAgathe Porte <microjoe@microjoe.org>2020-07-13 12:05:57 +0200
commite75fb3355baf3d7ec18df2346140864db2a6e1f4 (patch)
tree2c30ba91ef76f64a8a5128664f9b69306531053d
parente8782d42e4ef0c0d42c3a64102873efb2edc69ce (diff)
downloadcharlcd-e75fb3355baf3d7ec18df2346140864db2a6e1f4.tar.gz
charlcd-e75fb3355baf3d7ec18df2346140864db2a6e1f4.zip
bump version to 1.0.3v0.1.3
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c79224..7ff9832 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.3] - 2020-07-13
### Added
- Introduced CHANGELOG.md file with descrption of previous versions.
diff --git a/Cargo.toml b/Cargo.toml
index 8913373..0054665 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "charlcd"
-version = "0.1.2"
+version = "0.1.3"
authors = ["Agathe Porte <microjoe@microjoe.org>"]
edition = "2018"
license = "Apache-2.0"