Skip to content

Commit 8395fe5

Browse files
committed
ci(dev): set version to 0.13.21-dev
1 parent 8b7c202 commit 8395fe5

10 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ members = [
1313
]
1414

1515
[workspace.dependencies]
16-
cel-parser = { path = "cala-cel-parser", package = "cala-cel-parser", version = "0.13.20" }
17-
cel-interpreter = { path = "cala-cel-interpreter", package = "cala-cel-interpreter", version = "0.13.20" }
18-
cala-types = { path = "cala-ledger-core-types", package = "cala-ledger-core-types", version = "0.13.20" }
19-
cala-tracing = { path = "cala-tracing", version = "0.13.20" }
20-
cala-ledger = { path = "cala-ledger", version = "0.13.20" }
21-
cala-server = { path = "cala-server", version = "0.13.20" }
16+
cel-parser = { path = "cala-cel-parser", package = "cala-cel-parser", version = "0.13.21-dev" }
17+
cel-interpreter = { path = "cala-cel-interpreter", package = "cala-cel-interpreter", version = "0.13.21-dev" }
18+
cala-types = { path = "cala-ledger-core-types", package = "cala-ledger-core-types", version = "0.13.21-dev" }
19+
cala-tracing = { path = "cala-tracing", version = "0.13.21-dev" }
20+
cala-ledger = { path = "cala-ledger", version = "0.13.21-dev" }
21+
cala-server = { path = "cala-server", version = "0.13.21-dev" }
2222

2323
es-entity = "0.10.19"
2424
job = { version = "0.6", features = ["es-entity"] }

cala-cel-interpreter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cala-cel-interpreter"
33
description = "An interpreter for the Common Expression Language (CEL)"
44
repository = "https://github.com/GaloyMoney/cala"
5-
version = "0.13.20"
5+
version = "0.13.21-dev"
66
edition = "2021"
77
license = "Apache-2.0"
88
categories = ["parsing", "compilers"]

cala-cel-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cala-cel-parser"
33
description = "A parser for the Common Expression Language (CEL)"
44
repository = "https://github.com/GaloyMoney/cala"
5-
version = "0.13.20"
5+
version = "0.13.21-dev"
66
authors = ["Justin Carter <justin@galoy.io>"]
77
edition = "2021"
88
license = "Apache-2.0"

cala-ledger-core-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cala-ledger-core-types"
33
repository = "https://github.com/GaloyMoney/cala"
44
description = "Core types for cala"
5-
version = "0.13.20"
5+
version = "0.13.21-dev"
66
edition = "2021"
77
license = "Apache-2.0"
88

cala-ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "An embeddable double sided accounting ledger built on PG/SQLx"
44
repository = "https://github.com/GaloyMoney/cala"
55
documentation = "https://docs.rs/cala-ledger"
66
readme = "../README.md"
7-
version = "0.13.20"
7+
version = "0.13.21-dev"
88
edition = "2021"
99
license = "Apache-2.0"
1010
categories = ["finance"]

cala-perf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cala-perf"
3-
version = "0.13.20"
3+
version = "0.13.21-dev"
44
edition = "2021"
55
license = "Apache-2.0"
66

cala-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cala-server"
33
description = "Server to sync other cala deployments"
44
repository = "https://github.com/GaloyMoney/cala"
5-
version = "0.13.20"
5+
version = "0.13.21-dev"
66
edition = "2021"
77
license = "Apache-2.0"
88

cala-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cala-tracing"
33
description = "Tracing library powering cala stack"
44
repository = "https://github.com/GaloyMoney/cala"
5-
version = "0.13.20"
5+
version = "0.13.21-dev"
66
edition = "2021"
77
license = "Apache-2.0"
88

examples/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cala-ledger-example-rust"
3-
version = "0.13.20"
3+
version = "0.13.21-dev"
44
edition = "2021"
55
license = "Apache-2.0"
66
workspace = "../../"

0 commit comments

Comments
 (0)