Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 24, 2021
1 parent 656e764 commit b291ba3
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.5] - 2021-09-24

#### Features

- Add `max_inline` feature which is slower for smaller strings but faster for intermediate-length strings
Expand Down Expand Up @@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2020-07-07

<!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/kstring/compare/v1.0.4...HEAD
[Unreleased]: https://github.com/cobalt-org/kstring/compare/v1.0.5...HEAD
[1.0.5]: https://github.com/cobalt-org/kstring/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/cobalt-org/kstring/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/cobalt-org/kstring/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/cobalt-org/kstring/compare/v1.0.1...v1.0.2
Expand Down
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.4"
version = "1.0.5"
description = "Key String: optimized for map keys"
authors = ["Ed Page <eopage@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit b291ba3

Please sign in to comment.