Skip to content

Commit c06e1f6

Browse files
Merge pull request #729 from vinayakkulkarni/release-please--branches--main
chore: release main
2 parents 41b0df2 + 49e3120 commit c06e1f6

6 files changed

Lines changed: 18 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.20.0",
2+
".": "2.20.1",
33
"crates/mbgl-sys": "0.1.1"
44
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [2.20.1](https://github.com/vinayakkulkarni/tileserver-rs/compare/v2.20.0...v2.20.1) (2026-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** make build-mbgl-native workflow idempotent for re-runs ([41b0df2](https://github.com/vinayakkulkarni/tileserver-rs/commit/41b0df28254640e3e42c547ccf4310ace11020af))
9+
* **ci:** use OIDC token exchange for crates.io trusted publishing ([def0bfb](https://github.com/vinayakkulkarni/tileserver-rs/commit/def0bfb65f2fd62ef2fd2e99180a184c102028f0))
10+
* **deps:** bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 ([5552388](https://github.com/vinayakkulkarni/tileserver-rs/commit/5552388b4810123250496e1e24b1d7bd3e8e81b4))
11+
* **deps:** bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 ([#725](https://github.com/vinayakkulkarni/tileserver-rs/issues/725)) ([5552388](https://github.com/vinayakkulkarni/tileserver-rs/commit/5552388b4810123250496e1e24b1d7bd3e8e81b4))
12+
313
## [2.20.0](https://github.com/vinayakkulkarni/tileserver-rs/compare/v2.19.0...v2.20.0) (2026-03-30)
414

515

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
@@ -134,7 +134,7 @@ undocumented_unsafe_blocks = "warn"
134134

135135
[package]
136136
name = "tileserver-rs"
137-
version = "2.20.0"
137+
version = "2.20.1"
138138
edition.workspace = true
139139
rust-version.workspace = true
140140
authors = ["Vinayak Kulkarni <inbox.vinayak@gmail.com>"]

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tileserver-rs/client",
3-
"version": "2.20.0",
3+
"version": "2.20.1",
44
"private": true,
55
"author": {
66
"name": "Vinayak Kulkarni",

release-please-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"extra-files": [
1414
"apps/client/package.json",
1515
"homebrew/Formula/tileserver-rs.rb"
16+
],
17+
"exclude-paths": [
18+
"crates/mbgl-sys"
1619
]
1720
},
1821
"crates/mbgl-sys": {

0 commit comments

Comments
 (0)