Skip to content

Commit 558d5cf

Browse files
chore: release v0.22.0 (#115)
## 🤖 New release * `pmtiles`: 0.21.0 -> 0.22.0 (⚠ API breaking changes) ### ⚠ `pmtiles` breaking changes ```text --- failure auto_trait_impl_removed: auto trait no longer implemented --- Description: A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented. ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/auto_trait_impl_removed.ron Failed in: type PmTilesWriter is no longer Send, in /tmp/.tmpQE4q9u/pmtiles-rs/src/writer/mod.rs:23 type PmTilesWriter is no longer Sync, in /tmp/.tmpQE4q9u/pmtiles-rs/src/writer/mod.rs:23 type PmTilesWriter is no longer UnwindSafe, in /tmp/.tmpQE4q9u/pmtiles-rs/src/writer/mod.rs:23 type PmTilesWriter is no longer RefUnwindSafe, in /tmp/.tmpQE4q9u/pmtiles-rs/src/writer/mod.rs:23 type PmTilesStreamWriter is no longer Send, in /tmp/.tmpQE4q9u/pmtiles-rs/src/writer/mod.rs:36 type PmTilesStreamWriter is no longer Sync, in /tmp/.tmpQE4q9u/pmtiles-rs/src/writer/mod.rs:36 type PmTilesStreamWriter is no longer UnwindSafe, in /tmp/.tmpQE4q9u/pmtiles-rs/src/writer/mod.rs:36 type PmTilesStreamWriter is no longer RefUnwindSafe, in /tmp/.tmpQE4q9u/pmtiles-rs/src/writer/mod.rs:36 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.22.0](v0.21.0...v0.22.0) - 2026-04-18 ### Fixed - directory offset encoding ([#111](#111)) ### Other - update object_store dependency and fix build ([#119](#119)) - Configurable compression parameters via Compressor trait ([#112](#112)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 1f03a20 commit 558d5cf

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.22.0](https://github.com/stadiamaps/pmtiles-rs/compare/v0.21.0...v0.22.0) - 2026-04-18
11+
12+
### Fixed
13+
14+
- directory offset encoding ([#111](https://github.com/stadiamaps/pmtiles-rs/pull/111))
15+
16+
### Other
17+
18+
- update object_store dependency and fix build ([#119](https://github.com/stadiamaps/pmtiles-rs/pull/119))
19+
- Configurable compression parameters via Compressor trait ([#112](https://github.com/stadiamaps/pmtiles-rs/pull/112))
20+
1021
## [0.21.0](https://github.com/stadiamaps/pmtiles-rs/compare/v0.20.0...v0.21.0) - 2026-03-14
1122

1223
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pmtiles"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
edition = "2024"
55
authors = ["Luke Seelenbinder <luke.seelenbinder@stadiamaps.com>", "Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)