Skip to content

Commit 4b0e200

Browse files
Release v5.6.0-pre.6 (#2116)
* Release v5.6.0-pre.6 * Update CHANGELOG for version 5.6.0-pre.6 Update Maplibre-Native to v6.4.1 and remove obsolete workarounds. Add new features including ignore-missing-files option and support for static maps. --------- Co-authored-by: acalcutt <3792408+acalcutt@users.noreply.github.com> Co-authored-by: Andrew Calcutt <acalcutt@techidiots.net>
1 parent 362ffb8 commit 4b0e200

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
### 🐞 Bug fixes
88
- _...Add new stuff here..._
99

10-
## 5.6.0-pre.5
10+
## 5.6.0-pre.6
1111
### ✨ Features and improvements
12-
- Update Maplibre-Native to v6.4.0
12+
- Update Maplibre-Native to v6.4.1
1313
- Remove Hillshade and Color relief workaround since it is now supported in maplibre-native ([#2044](https://github.com/maptiler/tileserver-gl/pull/2044)) (by [acalcutt](https://github.com/acalcutt))
1414
- feat: Add ignore-missing-files cli option to avoid crashing at startup ([#1896](https://github.com/maptiler/tileserver-gl/pull/1896)) (by [andrewlaguna824](https://github.com/andrewlaguna824))
1515
- Add POST requests for static maps (fixes [#408](https://github.com/maptiler/tileserver-gl/issues/408)) ([#2064](https://github.com/maptiler/tileserver-gl/pull/2064)) (by [zstadler](https://github.com/zstadler))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tileserver-gl",
3-
"version": "5.6.0-pre.5",
3+
"version": "5.6.0-pre.6",
44
"description": "Map tile server for JSON GL styles - vector and server side generated raster tiles",
55
"main": "src/main.js",
66
"bin": {

0 commit comments

Comments
 (0)