Skip to content

Commit

Permalink
ci(release): release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Dec 2, 2024
1 parent 9698248 commit de6fc30
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 40 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [cala release v0.3.0](https://github.com/GaloyMoney/cala/releases/tag/0.3.0)


### Bug Fixes

- Cargo.toml for lib

### Documentation

- Api reference and website examples update to 7986721300633d1abdbff87dec81b20202b866fb

### Miscellaneous Tasks

- Remove README ref from sim-time
- || true for cala-tracing publish (tmp)
- Clippy fix
- Bump flake
- Bump serde from 1.0.210 to 1.0.215 (#266)
- Bump axum from 0.7.7 to 0.7.9 (#267)
- Bump uuid from 1.10.0 to 1.11.0 (#255)
- Bump clap from 4.5.18 to 4.5.21 (#263)
- Bump serde_json from 1.0.128 to 1.0.133 (#264)
- Bump flake

### Refactor

- [**breaking**] Es-entity list_by default = false
- Use es-entity (#272)

# [cala release v0.2.46](https://github.com/GaloyMoney/cala/releases/tag/0.2.46)


Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cala-cel-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cala-cel-interpreter"
description = "An interpreter for the Common Expression Language (CEL)"
repository = "https://github.com/GaloyMoney/cala"
version = "0.2.47-dev"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
categories = ["parsing", "compilers"]
Expand All @@ -12,7 +12,7 @@ categories = ["parsing", "compilers"]
fail-on-warnings = []

[dependencies]
cel-parser = { path = "../cala-cel-parser/", package = "cala-cel-parser", version = "0.2.47-dev" }
cel-parser = { path = "../cala-cel-parser/", package = "cala-cel-parser", version = "0.3.0" }

chrono = { workspace = true }
rust_decimal = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion cala-cel-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cala-cel-parser"
description = "A parser for the Common Expression Language (CEL)"
repository = "https://github.com/GaloyMoney/cala"
version = "0.2.47-dev"
version = "0.3.0"
authors = ["Justin Carter <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions cala-ledger-core-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cala-ledger-core-types"
repository = "https://github.com/GaloyMoney/cala"
description = "Core types for cala"
version = "0.2.47-dev"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"

Expand All @@ -11,7 +11,7 @@ license = "Apache-2.0"
fail-on-warnings = []

[dependencies]
cel-interpreter = { path = "../cala-cel-interpreter/", package = "cala-cel-interpreter", version = "0.2.47-dev" }
cel-interpreter = { path = "../cala-cel-interpreter/", package = "cala-cel-interpreter", version = "0.3.0" }

serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions cala-ledger-outbox-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cala-ledger-outbox-client"
description = "Outbox client for cala-ledger"
repository = "https://github.com/GaloyMoney/cala"
version = "0.2.47-dev"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"

Expand All @@ -11,8 +11,8 @@ license = "Apache-2.0"
fail-on-warnings = []

[dependencies]
cala_types = { path = "../cala-ledger-core-types", package = "cala-ledger-core-types", version = "0.2.47-dev" }
cel-interpreter = { path = "../cala-cel-interpreter", package = "cala-cel-interpreter", version = "0.2.47-dev" }
cala_types = { path = "../cala-ledger-core-types", package = "cala-ledger-core-types", version = "0.3.0" }
cel-interpreter = { path = "../cala-cel-interpreter", package = "cala-cel-interpreter", version = "0.3.0" }

futures = { workspace = true }
uuid = { workspace = true }
Expand Down
10 changes: 5 additions & 5 deletions cala-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "An embeddable double sided accounting ledger built on PG/SQLx"
repository = "https://github.com/GaloyMoney/cala"
documentation = "https://docs.rs/cala-ledger"
readme = "../README.md"
version = "0.2.47-dev"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
categories = ["finance"]
Expand All @@ -16,10 +16,10 @@ import = []
graphql = ["es-entity/graphql", "dep:async-graphql", "dep:base64"]

[dependencies]
cala-types = { path = "../cala-ledger-core-types", package = "cala-ledger-core-types", version = "0.2.47-dev" }
cel-interpreter = { path = "../cala-cel-interpreter", package = "cala-cel-interpreter", version = "0.2.47-dev" }
cala-tracing = { path = "../cala-tracing", features = ["grpc"], package = "cala-tracing", version = "0.2.47-dev" }
es-entity = { path = "../lib/es-entity", package = "es-entity", version = "0.2.47-dev" }
cala-types = { path = "../cala-ledger-core-types", package = "cala-ledger-core-types", version = "0.3.0" }
cel-interpreter = { path = "../cala-cel-interpreter", package = "cala-cel-interpreter", version = "0.3.0" }
cala-tracing = { path = "../cala-tracing", features = ["grpc"], package = "cala-tracing", version = "0.3.0" }
es-entity = { path = "../lib/es-entity", package = "es-entity", version = "0.3.0" }

async-graphql = { workspace = true, optional = true }
base64 = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion cala-nodejs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "galoymoney_cala-ledger"
version = "0.2.47-dev"
version = "0.3.0"

[lib]
crate-type = ["cdylib"]
Expand Down
12 changes: 6 additions & 6 deletions cala-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cala-server"
description = "Server to sync other cala deployments"
repository = "https://github.com/GaloyMoney/cala"
version = "0.2.47-dev"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"

Expand All @@ -11,11 +11,11 @@ license = "Apache-2.0"
fail-on-warnings = []

[dependencies]
cala-types = { path = "../cala-ledger-core-types", package = "cala-ledger-core-types", version = "0.2.47-dev" }
cala-ledger = { path = "../cala-ledger", features = ["import", "graphql"], package = "cala-ledger", version = "0.2.47-dev" }
cel-interpreter = { path = "../cala-cel-interpreter", package = "cala-cel-interpreter", version = "0.2.47-dev" }
cala-ledger-outbox-client = { path = "../cala-ledger-outbox-client", package = "cala-ledger-outbox-client", version = "0.2.47-dev" }
cala-tracing = { path = "../cala-tracing", features = ["http", "grpc"], package = "cala-tracing", version = "0.2.47-dev" }
cala-types = { path = "../cala-ledger-core-types", package = "cala-ledger-core-types", version = "0.3.0" }
cala-ledger = { path = "../cala-ledger", features = ["import", "graphql"], package = "cala-ledger", version = "0.3.0" }
cel-interpreter = { path = "../cala-cel-interpreter", package = "cala-cel-interpreter", version = "0.3.0" }
cala-ledger-outbox-client = { path = "../cala-ledger-outbox-client", package = "cala-ledger-outbox-client", version = "0.3.0" }
cala-tracing = { path = "../cala-tracing", features = ["http", "grpc"], package = "cala-tracing", version = "0.3.0" }

anyhow = { workspace = true }
async-graphql = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion cala-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cala-tracing"
description = "Tracing library powering cala stack"
repository = "https://github.com/GaloyMoney/cala"
version = "0.2.47-dev"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cala-ledger-example-rust"
version = "0.2.47-dev"
version = "0.3.0"
edition = "2021"
workspace = "../../"

Expand Down
2 changes: 1 addition & 1 deletion lib/es-entity-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "es-entity-macros"
description = "Proc macros for es-entity"
repository = "https://github.com/GaloyMoney/cala"
version = "0.2.47-dev"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
categories = ["data-structures", "database"]
Expand Down
6 changes: 3 additions & 3 deletions lib/es-entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "es-entity"
description = "Event Sourcing Entity Framework"
repository = "https://github.com/GaloyMoney/cala"
version = "0.2.47-dev"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
categories = ["data-structures", "database"]
Expand All @@ -14,8 +14,8 @@ graphql = ["es-entity-macros/graphql", "dep:async-graphql", "dep:base64"]
sim-time = [ "dep:sim-time" ]

[dependencies]
es-entity-macros = { path = "../es-entity-macros", package = "es-entity-macros", version = "0.2.47-dev" }
sim-time = { path = "../sim-time", optional = true, package = "sim-time", version = "0.2.47-dev" }
es-entity-macros = { path = "../es-entity-macros", package = "es-entity-macros", version = "0.3.0" }
sim-time = { path = "../sim-time", optional = true, package = "sim-time", version = "0.3.0" }

async-trait = { workspace = true }
sqlx = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/sim-time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sim-time"
description = "Helper crate to simulate time in es-entity"
repository = "https://github.com/GaloyMoney/cala"
documentation = "https://docs.rs/cala-ledger"
version = "0.2.47-dev"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
categories = ["simulation"]
Expand Down

0 comments on commit de6fc30

Please sign in to comment.