Skip to content

Commit d4d58d5

Browse files
Merge pull request #1177 from vinayakkulkarni/release-please--branches--main--components--tileserver-rs
chore(main): release 2.33.3
2 parents 3d1ea97 + d542532 commit d4d58d5

4 files changed

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

crates/tileserver-rs/CHANGELOG.md

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

3+
## [2.33.3](https://github.com/vinayakkulkarni/tileserver-rs/compare/v2.33.2...v2.33.3) (2026-06-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump @maplibre/mlt from 1.1.11 to 1.1.12 ([#1175](https://github.com/vinayakkulkarni/tileserver-rs/issues/1175)) ([0a5fec9](https://github.com/vinayakkulkarni/tileserver-rs/commit/0a5fec9cbd7cbad3f71d4be9258ab6a15e6edd19))
9+
* **deps:** bump cc from 1.2.64 to 1.2.65 ([#1181](https://github.com/vinayakkulkarni/tileserver-rs/issues/1181)) ([0dad140](https://github.com/vinayakkulkarni/tileserver-rs/commit/0dad14098674d7d0fa3a777dd64b647b803e90da))
10+
* **deps:** bump lint-staged from 17.0.7 to 17.0.8 ([#1176](https://github.com/vinayakkulkarni/tileserver-rs/issues/1176)) ([c754027](https://github.com/vinayakkulkarni/tileserver-rs/commit/c754027c8027425aeb4dd17d7ae6c59849c9f43e))
11+
* **deps:** bump mlt-core from 0.11.0 to 0.12.1 ([#1178](https://github.com/vinayakkulkarni/tileserver-rs/issues/1178)) ([3c4df0f](https://github.com/vinayakkulkarni/tileserver-rs/commit/3c4df0f3692802d181dc30d5133a5f8bea96a077))
12+
* **deps:** bump papaparse from 5.5.3 to 5.5.4 ([#1180](https://github.com/vinayakkulkarni/tileserver-rs/issues/1180)) ([cfef192](https://github.com/vinayakkulkarni/tileserver-rs/commit/cfef192fe3b3a3e2699f2b81099397cc11bdb517))
13+
* **deps:** bump reka-ui from 2.9.10 to 2.10.0 ([#1183](https://github.com/vinayakkulkarni/tileserver-rs/issues/1183)) ([5c78920](https://github.com/vinayakkulkarni/tileserver-rs/commit/5c78920419ad7a2b3adf5df9c5c90e6f871e864c))
14+
* **deps:** bump wrangler from 4.102.0 to 4.103.0 ([#1182](https://github.com/vinayakkulkarni/tileserver-rs/issues/1182)) ([261e5c2](https://github.com/vinayakkulkarni/tileserver-rs/commit/261e5c259808b5314d10c2d19cb0bc979eddcd4b))
15+
* **mlt:** make transcoded MLT render in the browser viewer ([1a4aec4](https://github.com/vinayakkulkarni/tileserver-rs/commit/1a4aec4693f75a05f84b8d490ac44372460c0a6d))
16+
* **mlt:** render viewer MLT styles via pbf transcode ([e402aac](https://github.com/vinayakkulkarni/tileserver-rs/commit/e402aacfbd176e68d0cd0944682896b848baad47))
17+
* **mlt:** serve MLT natively + render viewer MLT styles via pbf transcode ([#1184](https://github.com/vinayakkulkarni/tileserver-rs/issues/1184)) ([3d1ea97](https://github.com/vinayakkulkarni/tileserver-rs/commit/3d1ea9752e936831934e7917a2c79d81b0e3d29a))
18+
19+
20+
### Miscellaneous
21+
22+
* pnpm dependencies updated ✨ ([4d4067b](https://github.com/vinayakkulkarni/tileserver-rs/commit/4d4067be216086560b85a68cf6ae0f34bdf95bac))
23+
324
## [2.33.2](https://github.com/vinayakkulkarni/tileserver-rs/compare/v2.33.1...v2.33.2) (2026-06-21)
425

526

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

0 commit comments

Comments
 (0)