From 38a3eff630dcd59a1d71d4c7126d204ec5ec0ce4 Mon Sep 17 00:00:00 2001 From: DerZade Date: Mon, 23 Oct 2023 15:09:50 +0200 Subject: [PATCH] chore: :bookmark: bump version to 0.2.2 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9304f..772b574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2023-10-23 +- Tweaks to documentation + ## [0.2.1] - 2023-10-23 - Tweaks to documentation - `clippy` & `cargofmt` fixes @@ -66,7 +69,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.1...HEAD +[unreleased]: https://github.com/arma-place/pmtiles-rs/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/arma-place/pmtiles-rs/compare/v0.2.1...v0.2.2 [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 diff --git a/Cargo.lock b/Cargo.lock index 0fbaac9..5a14766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,7 +448,7 @@ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" [[package]] name = "pmtiles2" -version = "0.2.1" +version = "0.2.2" dependencies = [ "ahash", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 3d510fb..92a61cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmtiles2" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "MIT" repository = "https://github.com/arma-place/pmtiles-rs/"