From ef3f9b127b824d6dab9861372a857effbb4ca624 Mon Sep 17 00:00:00 2001 From: "edera-cultivation[bot]" <165992271+edera-cultivation[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:36:40 +0000 Subject: [PATCH] chore: release v0.2.19 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ecc53..1f6703d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.19](https://github.com/edera-dev/edera-check/compare/v0.2.18...v0.2.19) - 2026-04-30 + +### Other + +- Docker needs a TTY for le pretty colours ([#126](https://github.com/edera-dev/edera-check/pull/126)) +- Update images digests ([#121](https://github.com/edera-dev/edera-check/pull/121)) +- Bump the cargo-updates group across 1 directory with 2 updates ([#120](https://github.com/edera-dev/edera-check/pull/120)) +- Add `collect` subcommand that only runs postinstall debug collection ([#112](https://github.com/edera-dev/edera-check/pull/112)) +- Share sysinfo recorders that are common across both preinstall and postinstall (i.e. many of them) ([#124](https://github.com/edera-dev/edera-check/pull/124)) +- Catch Ubuntu's `snap`-based Docker runtime ([#118](https://github.com/edera-dev/edera-check/pull/118)) +- Bump the cargo-updates group with 2 updates ([#114](https://github.com/edera-dev/edera-check/pull/114)) + ## [0.2.18](https://github.com/edera-dev/edera-check/compare/v0.2.17...v0.2.18) - 2026-04-17 ### Other diff --git a/Cargo.lock b/Cargo.lock index 7f9f255..c80b184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,7 +243,7 @@ dependencies = [ [[package]] name = "edera-check" -version = "0.2.18" +version = "0.2.19" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0259a63..97c9d82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edera-check" -version = "0.2.18" +version = "0.2.19" edition = "2024" license = "Apache-2.0" description = "CLI to run checks before installing or using Edera"