Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Apr 3, 2024
1 parent 834b550 commit 36216bb
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.0 (2024-04-03)

No changes since 0.5.0 beta4

## 0.5.0 beta4 (2024-04-03)

- Detect compression in MBTiles
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bbox-asset-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-asset-server"
version = "0.5.0-beta5"
version = "0.5.0"
authors = ["Pirmin Kalberer <[email protected]>"]

edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bbox-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-core"
version = "0.5.0-beta5"
version = "0.5.0"
authors = ["Pirmin Kalberer <[email protected]>"]

edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bbox-feature-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-feature-server"
version = "0.5.0-beta5"
version = "0.5.0"
authors = ["Pirmin Kalberer <[email protected]>"]

edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bbox-frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-frontend"
version = "0.5.0-beta5"
version = "0.5.0"
authors = ["Pirmin Kalberer <[email protected]>"]

edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bbox-map-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-map-server"
version = "0.5.0-beta5"
version = "0.5.0"
authors = ["Pirmin Kalberer <[email protected]>"]

edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bbox-processes-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-processes-server"
version = "0.5.0-beta5"
version = "0.5.0"
authors = ["Pirmin Kalberer <[email protected]>"]

edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bbox-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-server"
version = "0.5.0-beta5"
version = "0.5.0"
edition = "2021"
rust-version = "1.65"
repository = "https://github.com/sourcepole/bbox"
Expand Down
2 changes: 1 addition & 1 deletion bbox-tile-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbox-tile-server"
version = "0.5.0-beta5"
version = "0.5.0"
authors = ["Pirmin Kalberer <[email protected]>"]
readme = "README.md"
description = "Vector and raster tiles server supporting various sources and storage formats"
Expand Down
2 changes: 1 addition & 1 deletion bbox-tile-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ With PostGIS Service:

Tile request:

curl -o /tmp/tile.mvt http://localhost:8080/xyz/ne_countries/2/2/2.pbf
curl -o /tmp/tile.mvt http://localhost:8080/xyz/ne_countries/2/2/2.mvt

With filter parameter:

Expand Down

0 comments on commit 36216bb

Please sign in to comment.