Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ aws-sdk-s3 = { version = "1.132", default-features = false }
async-stream = "0.3"
chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4.6", features = ["derive"] }
cmd-proc = { version = "0.6.0", path = "cmd-proc" }
cmd-proc = { version = "0.6.1", path = "cmd-proc" }
comfy-table = "7"
dirs = "6"
env_logger = "0.11"
fluent-uri = { version = "0.4", features = ["net"] }
git-proc = { version = "0.5.0", path = "git-proc" }
git-proc = { version = "0.5.1", path = "git-proc" }
google-cloud-gax = "1"
google-cloud-sql-v1 = "2"
hex = "0.4.3"
Expand All @@ -52,8 +52,8 @@ mmigration = { path = "mmigration" }
nom = "8"
nom-language = "0.1"
ociman = { version = "0.7.0", path = "ociman" }
pg-client = { version = "0.5.0", path = "pg-client", features = ["sqlx"] }
pg-ephemeral = { version = "0.5.0", path = "pg-ephemeral" }
pg-client = { version = "0.6.0", path = "pg-client", features = ["sqlx"] }
pg-ephemeral = { version = "0.5.1", path = "pg-ephemeral" }
pretty_assertions = "1.4"
prettyplease = "0.2"
proc-macro2 = "1"
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.3.1

### Changed

Expand Down
2 changes: 1 addition & 1 deletion cloud-sql-connector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloud-sql-connector"
version = "0.3.0"
version = "0.3.1"
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cmd-proc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.6.1

### Changed

Expand Down
2 changes: 1 addition & 1 deletion cmd-proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cmd-proc"
version = "0.6.0"
version = "0.6.1"
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion git-proc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.5.1

### Changed

Expand Down
2 changes: 1 addition & 1 deletion git-proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-proc"
version = "0.5.0"
version = "0.5.1"
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ociman/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.7.0

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion pg-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.6.0

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion pg-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg-client"
version = "0.5.0"
version = "0.6.0"
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion pg-ephemeral/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.5.1

### Added

Expand Down