Skip to content

Commit 3139b05

Browse files
chore(rust): release (#1453)
## πŸ€– New release * `mlt-core`: 0.12.0 -> 0.12.1 (βœ“ API compatible changes) * `mlt`: 0.1.19 -> 0.1.20 * `mlt-py`: 0.1.21 -> 0.1.22 * `mlt-wasm`: 0.1.14 -> 0.1.15 * `mlt-ffi`: 0.1.8 -> 0.1.9 <details><summary><i><b>Changelog</b></i></summary><p> ## `mlt-core` <blockquote> ## [0.12.1](rust-mlt-core-v0.12.0...rust-mlt-core-v0.12.1) - 2026-06-20 ### Other - *(deps)* bump fast-mvt from 0.3.2 to 0.4.0 in /rust in the all-cargo-version-updates group ([#1452](#1452)) </blockquote> ## `mlt` <blockquote> ## [0.1.20](rust-mlt-v0.1.19...rust-mlt-v0.1.20) - 2026-06-20 ### Other - update Cargo.lock dependencies </blockquote> ## `mlt-py` <blockquote> ## [0.1.22](python-mlt-v0.1.21...python-mlt-v0.1.22) - 2026-06-20 ### Other - *(deps)* bump fast-mvt from 0.3.2 to 0.4.0 in /rust in the all-cargo-version-updates group ([#1452](#1452)) </blockquote> ## `mlt-wasm` <blockquote> ## [0.1.15](rust-mlt-wasm-v0.1.14...rust-mlt-wasm-v0.1.15) - 2026-06-20 ### Other - make sure that marked-failing synthetics actually fail ([#1451](#1451)) - *(deps)* bump fast-mvt from 0.3.2 to 0.4.0 in /rust in the all-cargo-version-updates group ([#1452](#1452)) </blockquote> ## `mlt-ffi` <blockquote> ## [0.1.9](rust-mlt-ffi-v0.1.8...rust-mlt-ffi-v0.1.9) - 2026-06-20 ### Other - updated the following local packages: mlt-core </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 7138c40 commit 3139b05

15 files changed

Lines changed: 87 additions & 32 deletions

File tree

β€Žrust/Cargo.lockβ€Ž

Lines changed: 46 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žrust/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ js-sys = "0.3"
5050
martin-tile-utils = "0.7"
5151
mbtiles = { version = "0.17", default-features = false, features = ["transcode"] }
5252
mimalloc = "0.1.52"
53-
mlt-core = { version = "0.12.0", path = "mlt-core" }
53+
mlt-core = { version = "0.12.1", path = "mlt-core" }
5454
moka = { version = "0.12", features = ["sync"] }
5555
num-traits = "0.2.19"
5656
num_enum = "0.7.6"

β€Žrust/mlt-core/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.12.1](https://github.com/maplibre/maplibre-tile-spec/compare/rust-mlt-core-v0.12.0...rust-mlt-core-v0.12.1) - 2026-06-20
11+
12+
### Other
13+
14+
- *(deps)* bump fast-mvt from 0.3.2 to 0.4.0 in /rust in the all-cargo-version-updates group ([#1452](https://github.com/maplibre/maplibre-tile-spec/pull/1452))
15+
1016
## [0.12.0](https://github.com/maplibre/maplibre-tile-spec/compare/rust-mlt-core-v0.11.1...rust-mlt-core-v0.12.0) - 2026-06-19
1117

1218
### Other

β€Žrust/mlt-core/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mlt-core"
33
description = "MapLibre Tile library code"
4-
version = "0.12.0"
4+
version = "0.12.1"
55
authors.workspace = true
66
categories.workspace = true
77
edition.workspace = true

β€Žrust/mlt-ffi/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.1.9](https://github.com/maplibre/maplibre-tile-spec/compare/rust-mlt-ffi-v0.1.8...rust-mlt-ffi-v0.1.9) - 2026-06-20
11+
12+
### Other
13+
14+
- updated the following local packages: mlt-core
15+
1016
## [0.1.8](https://github.com/maplibre/maplibre-tile-spec/compare/rust-mlt-ffi-v0.1.7...rust-mlt-ffi-v0.1.8) - 2026-06-19
1117

1218
### Other

β€Žrust/mlt-ffi/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mlt-ffi"
33
description = "Diplomat FFI bindings for mlt-core"
4-
version = "0.1.8"
4+
version = "0.1.9"
55
authors.workspace = true
66
categories.workspace = true
77
edition.workspace = true

β€Žrust/mlt-py/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.1.22](https://github.com/maplibre/maplibre-tile-spec/compare/python-mlt-v0.1.21...python-mlt-v0.1.22) - 2026-06-20
11+
12+
### Other
13+
14+
- *(deps)* bump fast-mvt from 0.3.2 to 0.4.0 in /rust in the all-cargo-version-updates group ([#1452](https://github.com/maplibre/maplibre-tile-spec/pull/1452))
15+
1016
## [0.1.21](https://github.com/maplibre/maplibre-tile-spec/compare/python-mlt-v0.1.20...python-mlt-v0.1.21) - 2026-06-19
1117

1218
### Other

β€Žrust/mlt-py/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mlt-py"
33
description = "Python bindings for MapLibre Tile (MLT) format via PyO3"
4-
version = "0.1.21"
4+
version = "0.1.22"
55
readme = "README.md"
66
repository.workspace = true
77
edition.workspace = true

β€Žrust/mlt-py/pyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "maplibre-tiles"
7-
version = "0.1.21"
7+
version = "0.1.22"
88
description = "Python bindings for MapLibre Tile (MLT) format"
99
requires-python = ">=3.10"
1010
license = { text = "MIT OR Apache-2.0" }

β€Žrust/mlt-wasm/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.1.15](https://github.com/maplibre/maplibre-tile-spec/compare/rust-mlt-wasm-v0.1.14...rust-mlt-wasm-v0.1.15) - 2026-06-20
11+
12+
### Other
13+
14+
- make sure that marked-failing synthetics actually fail ([#1451](https://github.com/maplibre/maplibre-tile-spec/pull/1451))
15+
- *(deps)* bump fast-mvt from 0.3.2 to 0.4.0 in /rust in the all-cargo-version-updates group ([#1452](https://github.com/maplibre/maplibre-tile-spec/pull/1452))
16+
1017
## [0.1.14](https://github.com/maplibre/maplibre-tile-spec/compare/rust-mlt-wasm-v0.1.13...rust-mlt-wasm-v0.1.14) - 2026-06-19
1118

1219
### Other

0 commit comments

Comments
Β (0)