Skip to content

Commit 6070f33

Browse files
Merge pull request #1190 from vinayakkulkarni/release-please--branches--main--components--tileserver-rs
chore(main): release 2.33.4
2 parents 063536a + eb99cd1 commit 6070f33

4 files changed

Lines changed: 12 additions & 3 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.33.3",
2+
".": "2.33.4",
33
"crates/mbgl-sys": "0.1.7"
44
}

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.33.3",
3+
"version": "2.33.4",
44
"private": true,
55
"author": {
66
"name": "Vinayak Kulkarni",

crates/tileserver-rs/CHANGELOG.md

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

3+
## [2.33.4](https://github.com/vinayakkulkarni/tileserver-rs/compare/v2.33.3...v2.33.4) (2026-06-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** build against object_store 0.14 and upgrade all dependencies ([#1187](https://github.com/vinayakkulkarni/tileserver-rs/issues/1187)) ([063536a](https://github.com/vinayakkulkarni/tileserver-rs/commit/063536a04670aa2a773aeef25a3c9c3bd2a7b35c))
9+
* **deps:** bump object_store from 0.13.2 to 0.14.0 ([#1185](https://github.com/vinayakkulkarni/tileserver-rs/issues/1185)) ([574af74](https://github.com/vinayakkulkarni/tileserver-rs/commit/574af744555928a1b3fe60af6aff996f0af70e5c))
10+
* **deps:** bump rmcp from 1.7.0 to 1.8.0 ([#1189](https://github.com/vinayakkulkarni/tileserver-rs/issues/1189)) ([fe20002](https://github.com/vinayakkulkarni/tileserver-rs/commit/fe20002a5670c286db035c3c6ec54befbd53fd58))
11+
312
## [2.33.3](https://github.com/vinayakkulkarni/tileserver-rs/compare/v2.33.2...v2.33.3) (2026-06-22)
413

514

crates/tileserver-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tileserver-rs"
3-
version = "2.33.3"
3+
version = "2.33.4"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors = ["Vinayak Kulkarni <inbox.vinayak@gmail.com>"]

0 commit comments

Comments
 (0)