Skip to content

Commit a32673b

Browse files
chore: release
1 parent 2f49d82 commit a32673b

File tree

8 files changed

+119
-94
lines changed

8 files changed

+119
-94
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ json-patch = "4"
6363
lambda-web = { version = "0.2.1", features = ["actix4"] }
6464
log = "0.4"
6565
maplibre_native = "0.4.1"
66-
martin-core = { path = "./martin-core", version = "0.2.3", default-features = false }
66+
martin-core = { path = "./martin-core", version = "0.2.4", default-features = false }
6767
martin-tile-utils = { path = "./martin-tile-utils", version = "0.6.7" }
68-
mbtiles = { path = "./mbtiles", version = "0.14.2" }
68+
mbtiles = { path = "./mbtiles", version = "0.14.3" }
6969
md5 = "0.8.0"
7070
moka = { version = "0.12", features = ["future"] }
7171
num_cpus = "1"

martin-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.2.4](https://github.com/maplibre/martin/compare/martin-core-v0.2.3...martin-core-v0.2.4) - 2025-11-30
11+
12+
### Added
13+
14+
- *(martin-core)* add an pmtiles example ([#2370](https://github.com/maplibre/martin/pull/2370))
15+
1016
## [0.2.3](https://github.com/maplibre/martin/compare/martin-core-v0.2.2...martin-core-v0.2.3) - 2025-11-18
1117

1218
A recent release of pmtiles had a breaking change.

martin-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "martin-core"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Yuri Astrakhan <[email protected]>", "MapLibre contributors"]
55
description = "Basic building blocks of MapLibre's Martin tile server."
66
keywords = ["maps", "tiles", "mvt", "tileserver"]

martin/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0](https://github.com/maplibre/martin/compare/martin-v1.0.0...martin-v1.1.0) - 2025-11-30
11+
12+
### Added
13+
14+
- *(martin-core)* add an pmtiles example ([#2370](https://github.com/maplibre/martin/pull/2370))
15+
16+
### Other
17+
18+
- *(docs)* fix martin-cp bbox docs ([#2387](https://github.com/maplibre/martin/pull/2387))
19+
- *(deps)* Bump the all-npm-ui-version-updates group in /martin/martin-ui with 14 updates ([#2373](https://github.com/maplibre/martin/pull/2373))
20+
- *(deps-dev)* Bump tailwindcss from 4.1.16 to 4.1.17 in /martin/martin-ui ([#2375](https://github.com/maplibre/martin/pull/2375))
21+
- *(deps-dev)* Bump @biomejs/biome from 2.3.2 to 2.3.6 in /martin/martin-ui ([#2374](https://github.com/maplibre/martin/pull/2374))
22+
- update Cargo.lock dependencies
23+
1024
## [1.0.0](https://github.com/maplibre/martin/compare/martin-v0.20.2...martin-v1.0.0) - 2025-11-10
1125

1226
🎉🎉🎉 **After 8 years in developmen, we are excited to release v1.0.0 of martin.** 🎉🎉🎉

martin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "martin"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
authors = [
55
"Stepan Kuzmin <[email protected]>",
66
"Yuri Astrakhan <[email protected]>",

mbtiles/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.14.3](https://github.com/maplibre/martin/compare/mbtiles-v0.14.2...mbtiles-v0.14.3) - 2025-11-30
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.14.2](https://github.com/maplibre/martin/compare/mbtiles-v0.14.1...mbtiles-v0.14.2) - 2025-11-07
1117

1218
### Fixed

mbtiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mbtiles"
3-
version = "0.14.2"
3+
version = "0.14.3"
44
authors = ["Yuri Astrakhan <[email protected]>", "MapLibre contributors"]
55
description = "A simple low-level MbTiles access and processing library, with some tile format detection and other relevant heuristics."
66
keywords = ["mbtiles", "maps", "tiles", "mvt", "tilejson"]

0 commit comments

Comments
 (0)