Skip to content

Commit eb788e6

Browse files
chore: release v0.20.0 (#109)
## 🤖 New release * `pmtiles`: 0.19.2 -> 0.20.0 (⚠ API breaking changes) ### ⚠ `pmtiles` breaking changes ```text --- failure enum_variant_added: enum variant added on exhaustive enum --- Description: A publicly-visible enum without #[non_exhaustive] has a new variant. ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron Failed in: variant PmtError:InvalidTileId in /tmp/.tmpxfPXJO/pmtiles-rs/src/error.rs:93 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.20.0](v0.19.2...v0.20.0) - 2026-02-20 ### Other - Make header methods publicly readable ([#110](#110)) - Return Result from TileId::new instead of Option ([#107](#107)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent babb11e commit eb788e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.20.0](https://github.com/stadiamaps/pmtiles-rs/compare/v0.19.2...v0.20.0) - 2026-02-20
11+
12+
### Other
13+
14+
- Make header methods publicly readable ([#110](https://github.com/stadiamaps/pmtiles-rs/pull/110))
15+
- Return Result from TileId::new instead of Option ([#107](https://github.com/stadiamaps/pmtiles-rs/pull/107))
16+
1017
## [0.19.2](https://github.com/stadiamaps/pmtiles-rs/compare/v0.19.1...v0.19.2) - 2026-01-29
1118

1219
### Other

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.19.2"
3+
version = "0.20.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)