Skip to content

Commit b5a1d64

Browse files
chore: release v0.2.17 (#108)
## 🤖 New release * `edera-check`: 0.2.16 -> 0.2.17 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.2.17](v0.2.16...v0.2.17) - 2026-04-17 ### Other - Update images digests ([#98](#98)) - Use `dmidecode` crate to avoid hostbin ([#91](#91)) - Use friendly units for memcheck ([#109](#109)) - Add boot log ([#106](#106)) - Postinstall disk advisory check ([#107](#107)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
1 parent 0e0eae4 commit b5a1d64

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.17](https://github.com/edera-dev/edera-check/compare/v0.2.16...v0.2.17) - 2026-04-17
11+
12+
### Other
13+
14+
- Update images digests ([#98](https://github.com/edera-dev/edera-check/pull/98))
15+
- Use `dmidecode` crate to avoid hostbin ([#91](https://github.com/edera-dev/edera-check/pull/91))
16+
- Use friendly units for memcheck ([#109](https://github.com/edera-dev/edera-check/pull/109))
17+
- Add boot log ([#106](https://github.com/edera-dev/edera-check/pull/106))
18+
- Postinstall disk advisory check ([#107](https://github.com/edera-dev/edera-check/pull/107))
19+
1020
## [0.2.16](https://github.com/edera-dev/edera-check/compare/v0.2.15...v0.2.16) - 2026-04-01
1121

1222
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "edera-check"
3-
version = "0.2.16"
3+
version = "0.2.17"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "CLI to run checks before installing or using Edera"

0 commit comments

Comments
 (0)