Skip to content

Commit 76478b4

Browse files
chore: release
1 parent 59166ec commit 76478b4

9 files changed

Lines changed: 40 additions & 11 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ json-patch = "4"
6969
lambda-web = { version = "0.2.1", features = ["actix4"] }
7070
log = "0.4"
7171
maplibre_native = "0.4.1"
72-
martin-core = { path = "./martin-core", version = "0.3.1", default-features = false }
73-
martin-tile-utils = { path = "./martin-tile-utils", version = "0.6.11" }
74-
mbtiles = { path = "./mbtiles", version = "0.15.3" }
72+
martin-core = { path = "./martin-core", version = "0.3.2", default-features = false }
73+
martin-tile-utils = { path = "./martin-tile-utils", version = "0.6.12" }
74+
mbtiles = { path = "./mbtiles", version = "0.15.4" }
7575
md5 = "0.8.0"
7676
moka = { version = "0.12", features = ["future"] }
7777
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.3.2](https://github.com/maplibre/martin/compare/martin-core-v0.3.1...martin-core-v0.3.2) - 2026-03-26
11+
12+
### Other
13+
14+
- Enable `clippy::use_self` at workspace level and resolve all violations ([#2645](https://github.com/maplibre/martin/pull/2645))
15+
1016
## [0.3.1](https://github.com/maplibre/martin/compare/martin-core-v0.3.0...martin-core-v0.3.1) - 2026-03-14
1117

1218
### Added

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.3.1"
3+
version = "0.3.2"
44
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
55
description = "Basic building blocks of MapLibre's Martin tile server."
66
keywords = ["maps", "tiles", "mvt", "tileserver"]

martin-tile-utils/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-tile-utils"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
55
description = "Utilities to help with map tile processing, such as type and compression detection. Used by the MapLibre's Martin tile server."
66
keywords = ["maps", "tiles", "mvt", "tileserver"]

martin/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.5.0](https://github.com/maplibre/martin/compare/martin-v1.4.0...martin-v1.5.0) - 2026-03-26
11+
12+
### Added
13+
14+
- migrate to workspaced justfiles using `mod` for demo and martin-ui ([#2623](https://github.com/maplibre/martin/pull/2623))
15+
16+
### Fixed
17+
18+
- *(postgres)* startup crash when ST_Extent returns LineString instead of Polygon ([#2600](https://github.com/maplibre/martin/pull/2600))
19+
20+
### Other
21+
22+
- *(deps)* Bump the all-npm-security-updates group across 2 directories with 1 update ([#2647](https://github.com/maplibre/martin/pull/2647))
23+
- Enable `clippy::use_self` at workspace level and resolve all violations ([#2645](https://github.com/maplibre/martin/pull/2645))
24+
- *(deps-dev)* Bump flatted from 3.3.3 to 3.4.2 in /martin/martin-ui in the all-npm-security-updates group across 1 directory ([#2640](https://github.com/maplibre/martin/pull/2640))
25+
- *(perf)* don't test pg twice ([#2619](https://github.com/maplibre/martin/pull/2619))
26+
1027
## [1.4.0](https://github.com/maplibre/martin/compare/martin-v1.3.1...martin-v1.4.0) - 2026-03-14
1128

1229
### ZSTD support

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.4.0"
3+
version = "1.5.0"
44
authors = [
55
"Stepan Kuzmin <to.stepan.kuzmin@gmail.com>",
66
"Yuri Astrakhan <YuriAstrakhan@gmail.com>",

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.15.4](https://github.com/maplibre/martin/compare/mbtiles-v0.15.3...mbtiles-v0.15.4) - 2026-03-26
11+
12+
### Other
13+
14+
- Enable `clippy::use_self` at workspace level and resolve all violations ([#2645](https://github.com/maplibre/martin/pull/2645))
15+
1016
## [0.15.3](https://github.com/maplibre/martin/compare/mbtiles-v0.15.2...mbtiles-v0.15.3) - 2026-03-14
1117

1218
### Added

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.15.3"
3+
version = "0.15.4"
44
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>", "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)