From a72e7a6927c4b3c2b8846e605ed97dfe558248bd Mon Sep 17 00:00:00 2001 From: t3hmrman <1085750+t3hmrman@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:55:22 +0000 Subject: [PATCH] release: pg_idkit 0.4.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG | 31 +++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ab1598c5..18791b21 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,37 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.4.0] - 2025-10-28 + +### Bug Fixes + +- Remove concurrency for base/ci builder image jobs + +### Miscellaneous Tasks + +- Add CODEOWNERS (#115) +- Bump taiki-e/cache-cargo-install-action from 2.2.0 to 2.3.0 (#114) +- Update to pgrx v0.16.0 (#118) +- Bump getrandom from 0.2.16 to 0.3.3 (#119) +- Bump actions/download-artifact from 4.3.0 to 5.0.0 (#120) +- Bump actions/checkout from 4.2.2 to 5.0.0 (#121) +- Bump uuid from 1.17.0 to 1.18.0 (#122) +- Bump anyhow from 1.0.98 to 1.0.99 (#123) +- Bump time from 0.3.41 to 0.3.42 (#124) +- Bump uuid from 1.18.0 to 1.18.1 (#125) +- Bump time from 0.3.42 to 0.3.43 (#126) +- Bump softprops/action-gh-release from 2.3.2 to 2.3.3 (#127) +- Bump chrono from 0.4.41 to 0.4.42 (#128) +- Bump Swatinem/rust-cache from 2.8.0 to 2.8.1 (#129) +- Bump taiki-e/cache-cargo-install-action from 2.3.0 to 2.3.1 (#132) +- Bump anyhow from 1.0.99 to 1.0.100 (#131) +- Bump time from 0.3.43 to 0.3.44 (#130) +- Bump softprops/action-gh-release from 2.3.3 to 2.3.4 (#133) +- Bump softprops/action-gh-release from 2.3.4 to 2.4.0 (#134) +- Bump softprops/action-gh-release from 2.4.0 to 2.4.1 (#135) +- Bump getrandom from 0.3.3 to 0.3.4 (#136) +- Update rust toolchain & MSRV to 1.90.0 (#138) + ## [0.3.1] - 2025-07-19 ### Features diff --git a/Cargo.lock b/Cargo.lock index 8bf91148..eed2960e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "pg_idkit" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0cdc43d3..d6b4c743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_idkit" -version = "0.3.1" +version = "0.4.0" edition = "2021" authors = ["Victor Adossi "] license = "MIT"