Skip to content

Commit

Permalink
[chore]: Auto Patch Release
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher authored and github-actions[bot] committed Jan 8, 2025
1 parent 72502dc commit d3a32c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "geekorm"
repository: "42ByteLabs/geekorm"
version: 0.8.3
version: 0.8.4

locations:
- name: "Cargo - Workmembers"
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.8.3"
version = "0.8.4"
license = "MIT"
edition = "2021"
rust-version = "1.74"
Expand Down Expand Up @@ -85,8 +85,8 @@ rusqlite = ["backends", "geekorm-derive/rusqlite", "geekorm-core/rusqlite"]
# sqlite = ["backends", "geekorm-derive/sqlite", "geekorm-core/sqlite"]

[dependencies]
geekorm-core = { version = "^0.8.3", path = "geekorm-core" }
geekorm-derive = { version = "^0.8.3", path = "geekorm-derive" }
geekorm-core = { version = "^0.8.5", path = "geekorm-core" }
geekorm-derive = { version = "^0.8.5", path = "geekorm-derive" }

[dev-dependencies]
geekorm = { path = ".", features = ["all", "semver", "tfa"] }
Expand Down
2 changes: 1 addition & 1 deletion geekorm-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version.workspace = true
authors.workspace = true

[dependencies]
geekorm = { path = "../", version = "^0.8.3", features = ["utils"] }
geekorm = { path = "../", version = "^0.8.4", features = ["utils"] }

# CLI
clap = { version = "4.0", features = ["derive", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion geekorm-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rusqlite = ["backends", "geekorm-core/rusqlite"]
proc-macro = true

[dependencies]
geekorm-core = { path = "../geekorm-core", version = "^0.8.3" }
geekorm-core = { path = "../geekorm-core", version = "^0.8.4" }

thiserror = "^2.0"
# macro magic
Expand Down

0 comments on commit d3a32c4

Please sign in to comment.