Skip to content

Commit aecdc82

Browse files
chore(main): release 2.16.1 (#683)
1 parent 05b8ce4 commit aecdc82

6 files changed

Lines changed: 13 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.16.0"
2+
".": "2.16.1"
33
}

CHANGELOG.md

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

3+
## [2.16.1](https://github.com/vinayakkulkarni/tileserver-rs/compare/v2.16.0...v2.16.1) (2026-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** add retry logic for web-llm stack overflow in release builds ([05b8ce4](https://github.com/vinayakkulkarni/tileserver-rs/commit/05b8ce44e47fb114c03a0a6f111912a437000b51))
9+
310
## [2.16.0](https://github.com/vinayakkulkarni/tileserver-rs/compare/v2.15.1...v2.16.0) (2026-03-11)
411

512

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "tileserver-rs"
3-
version = "2.16.0"
3+
version = "2.16.1"
44
edition = "2021"
55
rust-version = "1.75"
66
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.16.0",
3+
"version": "2.16.1",
44
"private": true,
55
"author": {
66
"name": "Vinayak Kulkarni",

maplibre-native-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "maplibre-native-sys"
3-
version = "2.16.0"
3+
version = "2.16.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Low-level FFI bindings to MapLibre GL Native"

0 commit comments

Comments
 (0)