aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-08-17 14:53:30 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-08-17 14:53:30 +0200
commit86fc78ac5fcf500cd19a1d791986548b0f3b6f5a (patch)
tree698d5a91418646af225d644482649886a1dfd7eb
parent0585e43fa82a359e768815394b493801773feb0c (diff)
downloadevtclib-86fc78ac5fcf500cd19a1d791986548b0f3b6f5a.tar.gz
evtclib-86fc78ac5fcf500cd19a1d791986548b0f3b6f5a.tar.bz2
evtclib-86fc78ac5fcf500cd19a1d791986548b0f3b6f5a.zip
bump version to 0.4.1
-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 3450b48..748f5a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
## Unreleased
+
+## 0.4.1 - 2020-08-17
### Added
- `Log::errors` as a convenience function.
diff --git a/Cargo.toml b/Cargo.toml
index 13ed451..07c9356 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "evtclib"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Daniel"]
edition = "2018"
description = "An evtc parsing library"