Skip to content

Commit 5c0ae60

Browse files
chore(rust): release (maplibre#1382)
## πŸ€– New release * `mlt-core`: 0.9.2 -> 0.9.3 (βœ“ API compatible changes) * `mlt`: 0.1.13 -> 0.1.14 * `mlt-ffi`: 0.1.0 -> 0.1.1 * `mlt-py`: 0.1.14 -> 0.1.15 * `mlt-wasm`: 0.1.8 -> 0.1.9 <details><summary><i><b>Changelog</b></i></summary><p> ## `mlt-core` <blockquote> ## [0.9.3](maplibre/maplibre-tile-spec@rust-mlt-core-v0.9.2...rust-mlt-core-v0.9.3) - 2026-05-15 ### Other - update Cargo.toml dependencies </blockquote> ## `mlt` <blockquote> ## [0.1.14](maplibre/maplibre-tile-spec@rust-mlt-v0.1.13...rust-mlt-v0.1.14) - 2026-05-15 ### Other - *(deps)* bump hotpath from 0.15.1 to 0.16.0 in /rust in the all-cargo-version-updates group across 1 directory ([maplibre#1380](maplibre#1380)) </blockquote> ## `mlt-ffi` <blockquote> ## [0.1.1](maplibre/maplibre-tile-spec@rust-mlt-ffi-v0.1.0...rust-mlt-ffi-v0.1.1) - 2026-05-15 ### Other - *(release)* Add gradle config ([maplibre#1383](maplibre#1383)) </blockquote> ## `mlt-py` <blockquote> ## [0.1.15](maplibre/maplibre-tile-spec@python-mlt-v0.1.14...python-mlt-v0.1.15) - 2026-05-15 ### Other - updated the following local packages: mlt-core </blockquote> ## `mlt-wasm` <blockquote> ## [0.1.9](maplibre/maplibre-tile-spec@rust-mlt-wasm-v0.1.8...rust-mlt-wasm-v0.1.9) - 2026-05-15 ### 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 824d584 commit 5c0ae60

16 files changed

Lines changed: 63 additions & 19 deletions

File tree

β€Žrust/Cargo.lockβ€Ž

Lines changed: 9 additions & 9 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
@@ -47,7 +47,7 @@ integer-encoding = "4.0.2"
4747
js-sys = "0.3"
4848
martin-tile-utils = "0.7"
4949
mbtiles = { version = "0.17", default-features = false, features = ["transcode"] }
50-
mlt-core = { version = "0.9.2", path = "mlt-core" }
50+
mlt-core = { version = "0.9.3", path = "mlt-core" }
5151
moka = { version = "0.12", features = ["sync"] }
5252
mvt = "0.13.0"
5353
mvt-reader = "2.3.0"

β€Ž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.9.3](https://github.com/maplibre/maplibre-tile-spec/compare/rust-mlt-core-v0.9.2...rust-mlt-core-v0.9.3) - 2026-05-15
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [0.9.2](https://github.com/maplibre/maplibre-tile-spec/compare/rust-mlt-core-v0.9.1...rust-mlt-core-v0.9.2) - 2026-05-14
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.9.2"
4+
version = "0.9.3"
55
authors.workspace = true
66
categories.workspace = true
77
edition.workspace = true

β€Žrust/mlt-ffi/CHANGELOG.mdβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/maplibre/maplibre-tile-spec/compare/rust-mlt-ffi-v0.1.0...rust-mlt-ffi-v0.1.1) - 2026-05-15
11+
12+
### Other
13+
14+
- *(release)* Add gradle config ([#1383](https://github.com/maplibre/maplibre-tile-spec/pull/1383))

β€Ž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.0"
4+
version = "0.1.1"
55
authors.workspace = true
66
categories.workspace = true
77
edition.workspace = true

β€Žrust/mlt-ffi/generated/kotlin/build.gradleβ€Ž

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

β€Ž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.15](https://github.com/maplibre/maplibre-tile-spec/compare/python-mlt-v0.1.14...python-mlt-v0.1.15) - 2026-05-15
11+
12+
### Other
13+
14+
- updated the following local packages: mlt-core
15+
1016
## [0.1.14](https://github.com/maplibre/maplibre-tile-spec/compare/python-mlt-v0.1.13...python-mlt-v0.1.14) - 2026-05-14
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.14"
4+
version = "0.1.15"
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.14"
7+
version = "0.1.15"
88
description = "Python bindings for MapLibre Tile (MLT) format"
99
requires-python = ">=3.10"
1010
license = { text = "MIT OR Apache-2.0" }

0 commit comments

Comments
Β (0)