From 5d4b752866848cfefbf33d12465c1eae2c60709a Mon Sep 17 00:00:00 2001 From: Huo Linhe Date: Tue, 21 May 2019 15:12:40 +0800 Subject: [PATCH] Bump version to 1.4.2 --- Cargo.toml | 2 +- Changelog.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28a2645a..49ec5f48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unqlite" -version = "1.4.1" +version = "1.4.2" authors = ["Huo Linhe "] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/Changelog.md b/Changelog.md index 4ea576c5..0de06e45 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,13 @@ + +## v1.4.2 (2019-05-21) + + +#### Bug Fixes + +* **tests:** fix locked error in some multi-threading cases ([b40cc5ac](b40cc5ac)) + + + ### v1.4.1 (2018-05-16)