Skip to content

Commit

Permalink
Release 0.5.0-alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Mar 14, 2024
1 parent 1180eea commit f38c96a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 14 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 alpha6 (2024-03-14)

* Fix startup failure without CORS configuration

## 0.5.0 alpha5 (2024-03-11)

* Add basic CORS header support
Expand Down
14 changes: 7 additions & 7 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-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-alpha5"
version = "0.5.0-alpha6"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
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-alpha5"
version = "0.5.0-alpha6"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
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-alpha5"
version = "0.5.0-alpha6"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
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-alpha5"
version = "0.5.0-alpha6"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
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-alpha5"
version = "0.5.0-alpha6"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
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-alpha5"
version = "0.5.0-alpha6"
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-alpha5"
version = "0.5.0-alpha6"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
edition = "2021"
rust-version = "1.65"
Expand Down

0 comments on commit f38c96a

Please sign in to comment.