Skip to content

Commit 38940c0

Browse files
chore: release
1 parent de33584 commit 38940c0

6 files changed

Lines changed: 17 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ json-patch = "4"
7373
lambda-web = { version = "0.2.1", features = ["actix4"] }
7474
log = "0.4"
7575
maplibre_native = "0.4.2"
76-
martin-core = { path = "./martin-core", version = "0.4.0", default-features = false }
76+
martin-core = { path = "./martin-core", version = "0.4.1", default-features = false }
7777
martin-tile-utils = { path = "./martin-tile-utils", version = "0.7.0" }
7878
mbtiles = { path = "./mbtiles", version = "0.16.0" }
7979
md5 = "0.8.0"

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.4.1](https://github.com/maplibre/martin/compare/martin-core-v0.4.0...martin-core-v0.4.1) - 2026-04-19
11+
12+
### Other
13+
14+
- Stabilize flaky ttl_evicts_even_with_frequent_access test in tiles_test ([#2715](https://github.com/maplibre/martin/pull/2715))
15+
1016
## [0.4.0](https://github.com/maplibre/martin/compare/martin-core-v0.3.2...martin-core-v0.4.0) - 2026-04-18
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.4.0"
3+
version = "0.4.1"
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/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+
## [1.6.1](https://github.com/maplibre/martin/compare/martin-v1.6.0...martin-v1.6.1) - 2026-04-19
11+
12+
### Other
13+
14+
- Stabilize flaky ttl_evicts_even_with_frequent_access test in tiles_test ([#2715](https://github.com/maplibre/martin/pull/2715))
15+
1016
## [1.6.0](https://github.com/maplibre/martin/compare/martin-v1.5.0...martin-v1.6.0) - 2026-04-18
1117

1218
### Smarter, more configurable caching

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

0 commit comments

Comments
 (0)