Skip to content

Commit

Permalink
chore(kstring): Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 9, 2021
1 parent 580c9b7 commit 9681182
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [1.0.4] - 2021-07-09

#### Features

- Add missing `impl From<&String> for KString`
Expand All @@ -33,7 +35,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2020-07-07

<!-- next-url -->
[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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kstring"
version = "1.0.3"
version = "1.0.4"
authors = ["Ed Page <eopage@gmail.com>"]
description = "Key String: optimized for map keys"
keywords = ["serde", "serialization", "string"]
Expand Down

0 comments on commit 9681182

Please sign in to comment.