Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
ci(release): release version 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Mar 6, 2024
1 parent 1d92cf3 commit 2830708
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [sqlx-ledger release v0.11.3](https://github.com/GaloyMoney/sqlx-ledger/releases/tag/v0.11.3)


### Bug Fixes

- Var naming (#65)

### Miscellaneous Tasks

- Bump otel tracing, derive-builder and cached (#73)

# [sqlx-ledger release v0.11.2](https://github.com/GaloyMoney/sqlx-ledger/releases/tag/v0.11.2)


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

[dependencies]
cel-parser = { path = "../cel-parser", package = "sqlx-ledger-cel-parser", version = "0.11.3-dev" }
cel-parser = { path = "../cel-parser", package = "sqlx-ledger-cel-parser", version = "0.11.3" }

chrono = "0.4"
rust_decimal = "1.30"
Expand Down
2 changes: 1 addition & 1 deletion cel-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sqlx-ledger-cel-parser"
description = "A parser for the Common Expression Language (CEL)"
repository = "https://github.com/GaloyMoney/sqlx-ledger"
version = "0.11.3-dev"
version = "0.11.3"
authors = ["Justin Carter <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions 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/sqlx-ledger"
documentation = "https://docs.rs/sqlx-ledger"
readme = "../README.md"
version = "0.11.3-dev"
version = "0.11.3"
edition = "2021"
license = "MIT"
categories = ["accounting", "ledger"]
Expand All @@ -15,7 +15,7 @@ fail-on-warnings = []
otel = ["opentelemetry", "tracing-opentelemetry"]

[dependencies]
cel-interpreter = { path = "../cel-interpreter", package = "sqlx-ledger-cel-interpreter", version = "0.11.3-dev" }
cel-interpreter = { path = "../cel-interpreter", package = "sqlx-ledger-cel-interpreter", version = "0.11.3" }

chrono = { version = "0.4", features = ["serde"] }
rust_decimal = "1.30"
Expand Down

0 comments on commit 2830708

Please sign in to comment.