Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Jan 16, 2025
1 parent b0fee41 commit 2194923
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-edgedb-protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id-token: "write"
contents: "read"
steps:
# checkout and env setup
# checkout and env setup
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-edgedb-tokio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id-token: "write"
contents: "read"
steps:
# checkout and env setup
# checkout and env setup
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
Expand Down
2 changes: 1 addition & 1 deletion gel-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gel-derive"
license = "MIT/Apache-2.0"
version = "0.5.2"
version = "0.6.0"
authors = ["MagicStack Inc. <[email protected]>"]
edition = "2018"
description = """
Expand Down
2 changes: 1 addition & 1 deletion gel-errors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gel-errors"
license = "MIT/Apache-2.0"
version = "0.4.2"
version = "0.5.0"
authors = ["MagicStack Inc. <[email protected]>"]
edition = "2018"
description = "Error types for Gel database client. Formerly published as gel-errors."
Expand Down
2 changes: 1 addition & 1 deletion gel-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gel-protocol"
license = "MIT/Apache-2.0"
version = "0.6.1"
version = "0.7.0"
authors = ["MagicStack Inc. <[email protected]>"]
edition = "2018"
description = """
Expand Down
2 changes: 1 addition & 1 deletion gel-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gel-tokio"
license = "MIT/Apache-2.0"
version = "0.5.1"
version = "0.6.0"
authors = ["MagicStack Inc. <[email protected]>"]
edition = "2021"
description = """
Expand Down

0 comments on commit 2194923

Please sign in to comment.