From 9681182f398f4afa9671e6f6847011b63b3aa33e Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 9 Jul 2021 08:33:42 -0500 Subject: [PATCH] chore(kstring): Release 1.0.4 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a793d..56921f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.0.4] - 2021-07-09 + #### Features - Add missing `impl From<&String> for KString` @@ -33,7 +35,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0] - 2020-07-07 -[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v1.0.3...HEAD +[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v1.0.4...HEAD +[1.0.4]: https://github.com/assert-rs/predicates-rs/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/assert-rs/predicates-rs/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/assert-rs/predicates-rs/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/assert-rs/predicates-rs/compare/v1.0.0...v1.0.1 diff --git a/Cargo.toml b/Cargo.toml index 38cc168..f216f31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kstring" -version = "1.0.3" +version = "1.0.4" authors = ["Ed Page "] description = "Key String: optimized for map keys" keywords = ["serde", "serialization", "string"]