Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 46 additions & 22 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ js-sys = "0.3"
martin-tile-utils = "0.7"
mbtiles = { version = "0.17", default-features = false, features = ["transcode"] }
mimalloc = "0.1.52"
mlt-core = { version = "0.12.0", path = "mlt-core" }
mlt-core = { version = "0.12.1", path = "mlt-core" }
moka = { version = "0.12", features = ["sync"] }
num-traits = "0.2.19"
num_enum = "0.7.6"
Expand Down
6 changes: 6 additions & 0 deletions rust/mlt-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Other

- *(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))

## [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

### Other
Expand Down
2 changes: 1 addition & 1 deletion rust/mlt-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mlt-core"
description = "MapLibre Tile library code"
version = "0.12.0"
version = "0.12.1"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions rust/mlt-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Other

- updated the following local packages: mlt-core

## [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

### Other
Expand Down
2 changes: 1 addition & 1 deletion rust/mlt-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mlt-ffi"
description = "Diplomat FFI bindings for mlt-core"
version = "0.1.8"
version = "0.1.9"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions rust/mlt-py/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.22](https://github.com/maplibre/maplibre-tile-spec/compare/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](https://github.com/maplibre/maplibre-tile-spec/pull/1452))

## [0.1.21](https://github.com/maplibre/maplibre-tile-spec/compare/python-mlt-v0.1.20...python-mlt-v0.1.21) - 2026-06-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion rust/mlt-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mlt-py"
description = "Python bindings for MapLibre Tile (MLT) format via PyO3"
version = "0.1.21"
version = "0.1.22"
readme = "README.md"
repository.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rust/mlt-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "maplibre-tiles"
version = "0.1.21"
version = "0.1.22"
description = "Python bindings for MapLibre Tile (MLT) format"
requires-python = ">=3.10"
license = { text = "MIT OR Apache-2.0" }
Expand Down
7 changes: 7 additions & 0 deletions rust/mlt-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Other

- make sure that marked-failing synthetics actually fail ([#1451](https://github.com/maplibre/maplibre-tile-spec/pull/1451))
- *(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))

## [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

### Other
Expand Down
2 changes: 1 addition & 1 deletion rust/mlt-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mlt-wasm"
description = "WebAssembly bindings for the MapLibre Tile (MLT) format"
version = "0.1.14"
version = "0.1.15"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions rust/mlt-wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/mlt-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maplibre/mlt-wasm",
"version": "0.1.14",
"version": "0.1.15",
"description": "WebAssembly-backed MapLibre Tile (MLT) decoder",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions rust/mlt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.20](https://github.com/maplibre/maplibre-tile-spec/compare/rust-mlt-v0.1.19...rust-mlt-v0.1.20) - 2026-06-20

### Other

- update Cargo.lock dependencies

## [0.1.19](https://github.com/maplibre/maplibre-tile-spec/compare/rust-mlt-v0.1.18...rust-mlt-v0.1.19) - 2026-06-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion rust/mlt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mlt"
description = "MapLibre Tile Tools"
version = "0.1.19"
version = "0.1.20"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
Loading