Skip to content

chore: release v0.22.0#115

Open
lseelenbinder wants to merge 1 commit intomainfrom
release-plz-2026-03-19T10-38-34Z
Open

chore: release v0.22.0#115
lseelenbinder wants to merge 1 commit intomainfrom
release-plz-2026-03-19T10-38-34Z

Conversation

@lseelenbinder
Copy link
Member

🤖 New release

  • pmtiles: 0.21.0 -> 0.22.0 (⚠ API breaking changes)

pmtiles breaking changes

--- 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/.tmp8GlqFr/pmtiles-rs/src/writer/mod.rs:23
  type PmTilesWriter is no longer Sync, in /tmp/.tmp8GlqFr/pmtiles-rs/src/writer/mod.rs:23
  type PmTilesWriter is no longer UnwindSafe, in /tmp/.tmp8GlqFr/pmtiles-rs/src/writer/mod.rs:23
  type PmTilesWriter is no longer RefUnwindSafe, in /tmp/.tmp8GlqFr/pmtiles-rs/src/writer/mod.rs:23
  type PmTilesStreamWriter is no longer Send, in /tmp/.tmp8GlqFr/pmtiles-rs/src/writer/mod.rs:36
  type PmTilesStreamWriter is no longer Sync, in /tmp/.tmp8GlqFr/pmtiles-rs/src/writer/mod.rs:36
  type PmTilesStreamWriter is no longer UnwindSafe, in /tmp/.tmp8GlqFr/pmtiles-rs/src/writer/mod.rs:36
  type PmTilesStreamWriter is no longer RefUnwindSafe, in /tmp/.tmp8GlqFr/pmtiles-rs/src/writer/mod.rs:36
Changelog

0.22.0 - 2026-03-19

Other

  • Configurable compression parameters via Compressor trait (#112)


This PR was generated with release-plz.

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.97%. Comparing base (bfea8b7) to head (5ba3c73).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   79.97%   79.97%           
=======================================
  Files          12       12           
  Lines        1648     1648           
  Branches     1648     1648           
=======================================
  Hits         1318     1318           
  Misses        225      225           
  Partials      105      105           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant