diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-06-15 23:41:29 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-06-15 23:41:29 +0200 |
| commit | d869c730fce5ecd195ec648f8aa336783eca6123 (patch) | |
| tree | 89f7cc87f1398f25f064c8e3ab13ae35eaa6e839 | |
| parent | f2f465ebcc351574132bb421ba8f8e1f896012af (diff) | |
| download | temp-postgres-main.tar.gz | |
Release temp-postgres 0.4.1HEADtemp-postgres-0.4.1main
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f3818fc..a7fbd0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.0/) ## Unreleased +## [0.4.1] - 2026-06-15 + +### Changed + +* Updated Nix flake inputs +* Updated Rust dependencies +* Upgraded vergen-gitcl + ### Removed * Removed direnv configuration @@ -990,7 +990,7 @@ dependencies = [ [[package]] name = "temp-postgres-command" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "assert_cmd", @@ -1,7 +1,7 @@ [package] # Crate temp-postgres on crates.io is a library of a different project. name = "temp-postgres-command" -version = "0.4.0" +version = "0.4.1" edition = "2024" authors = ["Stefan Kreutz <mail@skreutz.com>"] description = "Run the PostgreSQL server off a temporary data directory" |