Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
allenap committed Apr 8, 2024
1 parent 4351ec5 commit af3c584
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ keywords = ["database", "postgres", "postgresql"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/allenap/pgdo"
version = "0.4.1"
version = "0.4.2"
2 changes: 1 addition & 1 deletion pgdo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fs_extra = "=1.3.0"
indicatif = "=0.17.8"
log = "=0.4.21"
miette = { version = "=7.2.0", features = ["fancy"] }
pgdo-lib = { version = "=0.4.1", path = "../pgdo-lib" }
pgdo-lib = { version = "=0.4.2", path = "../pgdo-lib" }
shell-quote = "=0.5.0"
simple_logger = "=4.3.3"
tempfile = "=3.10.1"
Expand Down

0 comments on commit af3c584

Please sign in to comment.