diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abb158..9a9304f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2023-10-23 +- Tweaks to documentation +- `clippy` & `cargofmt` fixes + ## [0.2.0] - 2023-05-08 ### Breaking Changes @@ -62,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial public release -[unreleased]: https://github.com/arma-place/pmtiles-rs/compare/v0.2.0...HEAD +[unreleased]: https://github.com/arma-place/pmtiles-rs/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/arma-place/pmtiles-rs/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/arma-place/pmtiles-rs/compare/v0.1.6...v0.2.0 [0.1.6]: https://github.com/arma-place/pmtiles-rs/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/arma-place/pmtiles-rs/compare/v0.1.4...v0.1.5 diff --git a/Cargo.lock b/Cargo.lock index a597d30..0fbaac9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,7 +448,7 @@ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" [[package]] name = "pmtiles2" -version = "0.2.0" +version = "0.2.1" dependencies = [ "ahash", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index c77ad76..3d510fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmtiles2" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" repository = "https://github.com/arma-place/pmtiles-rs/"