Commit eb788e6
authored
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
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments