From 4da2cced672cec8ec7e82c041af5c3f0facd5240 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Tue, 7 Jul 2026 12:08:23 +0200 Subject: Release temp-postgres 0.4.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fbd0e..38f7288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.0/) ## Unreleased +## [0.4.2] - 2026-07-07 + +### Changed + +* Updated Nix flake inputs +* Updated Rust dependencies + ## [0.4.1] - 2026-06-15 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 62ddaf6..8f43cc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -912,7 +912,7 @@ dependencies = [ [[package]] name = "temp-postgres-command" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index daafe8c..cd99212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.1" +version = "0.4.2" edition = "2024" authors = ["Stefan Kreutz "] description = "Run the PostgreSQL server off a temporary data directory" -- cgit v1.3.1