Skip to content

Commit

Permalink
v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Aug 3, 2023
1 parent 5419a8b commit 2d441a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "versatiles"
edition = "2021"
version = "0.5.6"
version = "0.5.7"
description = "A toolbox for converting, checking and serving map tiles in various formats."
homepage = "https://versatiles.org"
repository = "https://github.com/versatiles-org/versatiles-rs"
Expand Down
2 changes: 2 additions & 0 deletions helpers/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RED="\033[1;31m"
GRE="\033[1;32m"
END="\033[0m"

cargo check

# check if nothing to commit
if [ "$(git status --porcelain)" ]; then
echo "❗️ Please commit all uncommitted changes!"
Expand Down

0 comments on commit 2d441a7

Please sign in to comment.