Skip to content

Commit

Permalink
chore: Release kstring version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 25, 2024
1 parent 82b7405 commit cabe7d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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

## [2.0.2] - 2024-07-25

## [2.0.1] - 2024-07-22

### Compatibility
Expand Down Expand Up @@ -94,7 +96,8 @@ benefits from some breaking changes.
## [1.0.0] - 2020-07-07

<!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/kstring/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/cobalt-org/kstring/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/cobalt-org/kstring/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/cobalt-org/kstring/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/cobalt-org/kstring/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/cobalt-org/kstring/compare/v1.0.6...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = [

[package]
name = "kstring"
version = "2.0.1"
version = "2.0.2"
description = "Key String: optimized for map keys"
authors = ["Ed Page <eopage@gmail.com>"]
repository = "https://github.com/cobalt-org/kstring"
Expand Down

0 comments on commit cabe7d1

Please sign in to comment.