Skip to content

Commit 8b7c202

Browse files
committed
ci(release): release version 0.13.20
1 parent 5bfb2e5 commit 8b7c202

11 files changed

Lines changed: 34 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [cala release v0.13.20](https://github.com/GaloyMoney/cala/releases/tag/0.13.20)
2+
3+
4+
5+
### Bug Fixes
6+
7+
- Fmt
8+
9+
### Miscellaneous Tasks
10+
11+
- Bump es-entity
12+
113
# [cala release v0.13.19](https://github.com/GaloyMoney/cala/releases/tag/0.13.19)
214

315

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-dev" }
17-
cel-interpreter = { path = "cala-cel-interpreter", package = "cala-cel-interpreter", version = "0.13.20-dev" }
18-
cala-types = { path = "cala-ledger-core-types", package = "cala-ledger-core-types", version = "0.13.20-dev" }
19-
cala-tracing = { path = "cala-tracing", version = "0.13.20-dev" }
20-
cala-ledger = { path = "cala-ledger", version = "0.13.20-dev" }
21-
cala-server = { path = "cala-server", version = "0.13.20-dev" }
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" }
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-dev"
5+
version = "0.13.20"
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-dev"
5+
version = "0.13.20"
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-dev"
5+
version = "0.13.20"
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-dev"
7+
version = "0.13.20"
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-dev"
3+
version = "0.13.20"
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-dev"
5+
version = "0.13.20"
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-dev"
5+
version = "0.13.20"
66
edition = "2021"
77
license = "Apache-2.0"
88

0 commit comments

Comments
 (0)