Skip to content

Commit 12ca0b5

Browse files
chore(main): release 2.33.2 (#1174)
1 parent 2333a53 commit 12ca0b5

4 files changed

Lines changed: 11 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.1",
2+
".": "2.33.2",
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.1",
3+
"version": "2.33.2",
44
"private": true,
55
"author": {
66
"name": "Vinayak Kulkarni",

crates/tileserver-rs/CHANGELOG.md

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

3+
## [2.33.2](https://github.com/vinayakkulkarni/tileserver-rs/compare/v2.33.1...v2.33.2) (2026-06-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump duckdb from 1.10503.1 to 1.10504.0 ([#1155](https://github.com/vinayakkulkarni/tileserver-rs/issues/1155)) ([2333a53](https://github.com/vinayakkulkarni/tileserver-rs/commit/2333a53c8e86c1f953de977faa82a8d0b8094922))
9+
* **routing:** preserve trailing slash on SPA viewer routes ([#1173](https://github.com/vinayakkulkarni/tileserver-rs/issues/1173)) ([7d69014](https://github.com/vinayakkulkarni/tileserver-rs/commit/7d690141ae22c5bbae21d597a9d145d12d4d8b70))
10+
311
## [2.33.1](https://github.com/vinayakkulkarni/tileserver-rs/compare/v2.33.0...v2.33.1) (2026-06-19)
412

513

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.1"
3+
version = "2.33.2"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors = ["Vinayak Kulkarni <inbox.vinayak@gmail.com>"]

0 commit comments

Comments
 (0)