Skip to content

Commit 76fee97

Browse files
committed
v0.10.0
1 parent dc70703 commit 76fee97

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = ["crates/*"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.9.0"
7+
version = "0.10.0"
88
license = "MPL-2.0"
99
edition = "2021"
1010
homepage = "https://github.com/prose-im/prose-pod-api"

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

local-run/scripts/constants.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: The `: ${VAR_NAME:=value}` syntax initializes a variable only if it's unset or null.
22
# It avoids resetting a variable when sourcing this file after the variable was overriden.
33

4-
: ${PROSE_POD_API_IMAGE_TAG:=0.9.0}
4+
: ${PROSE_POD_API_IMAGE_TAG:=0.10.0}
55
: ${PROSE_POD_SERVER_IMAGE_TAG:=0.3.7}
66
LOCAL_RUN_DIR="${PROSE_POD_API_DIR:?}"/local-run
77
: ${COMPOSE_FILE:="${LOCAL_RUN_DIR:?}"/compose.yaml}

0 commit comments

Comments
 (0)