Skip to content

Commit

Permalink
chore: 🔖 bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZade committed Oct 23, 2023
1 parent 1f90863 commit 6b1537f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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
@@ -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/"
Expand Down

0 comments on commit 6b1537f

Please sign in to comment.