summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-06-15 23:41:29 +0200
committerStefan Kreutz <mail@skreutz.com>2026-06-15 23:41:29 +0200
commitd869c730fce5ecd195ec648f8aa336783eca6123 (patch)
tree89f7cc87f1398f25f064c8e3ab13ae35eaa6e839
parentf2f465ebcc351574132bb421ba8f8e1f896012af (diff)
downloadtemp-postgres-d869c730fce5ecd195ec648f8aa336783eca6123.tar.gz
Release temp-postgres 0.4.1HEADtemp-postgres-0.4.1main
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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
diff --git a/Cargo.lock b/Cargo.lock
index 6604f77..6d54628 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -990,7 +990,7 @@ dependencies = [
[[package]]
name = "temp-postgres-command"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"anyhow",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 7b787d2..11013d5 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.0"
+version = "0.4.1"
edition = "2024"
authors = ["Stefan Kreutz <mail@skreutz.com>"]
description = "Run the PostgreSQL server off a temporary data directory"
Generated by cgit. See skreutz.com for my tech blog and contact information.