diff --git a/CHANGELOG.md b/CHANGELOG.md index f4bbff2..3dae2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0](https://github.com/Aetf/unicode-truncate/compare/v1.1.0...v2.0.0) - 2024-11-10 + +### Fixed + +- *(deps)* update rust crate unicode-width to 0.2 + +### Other + +- make release-plz use github app token +- [**breaking**] bump MSRV to 1.66 + ## [1.1.0](https://github.com/Aetf/unicode-truncate/compare/v1.0.0...v1.1.0) - 2024-07-08 ### Added diff --git a/Cargo.lock b/Cargo.lock index c58425b..0c83014 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,7 +447,7 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-truncate" -version = "1.1.0" +version = "2.0.0" dependencies = [ "criterion", "itertools 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index adfd842..9ab7206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unicode-truncate" -version = "1.1.0" +version = "2.0.0" authors = ["Aetf "] edition = "2018" rust-version = "1.66"