Skip to content

Commit 8720950

Browse files
authored
chore: release v0.6.2 (#35)
## πŸ€– New release * `fast-mvt`: 0.6.1 -> 0.6.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.6.2](v0.6.1...v0.6.2) - 2026-07-20 ### Other - some helper functions, test cleanup, docs ([#32](#32)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent befa80c commit 8720950

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.2](https://github.com/nyurik/fast-mvt/compare/v0.6.1...v0.6.2) - 2026-07-20
11+
12+
### Other
13+
14+
- some helper functions, test cleanup, docs ([#32](https://github.com/nyurik/fast-mvt/pull/32))
15+
1016
## [0.6.1](https://github.com/nyurik/fast-mvt/compare/v0.6.0...v0.6.1) - 2026-07-18
1117

1218
### Added

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-mvt"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Fast Mapbox Vector Tile (MVT) reader and writer"
55
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
66
repository = "https://github.com/nyurik/fast-mvt"

0 commit comments

Comments
Β (0)