diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffc6da..8e30bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +## [0.2.2](https://github.com/pkgforge/aeris/compare/v0.2.1...v0.2.2) - 2026-08-15 + +### 🐛 Bug Fixes + +- *(privilege)* Say what happened when elevation is refused - ([9d127ef](https://github.com/pkgforge/aeris/commit/9d127efc2af073a8fd12b92279169707305c8fb0)) +- *(views)* Key in-progress rows by manager as well as name - ([3b39a20](https://github.com/pkgforge/aeris/commit/3b39a202656fbb014547e23968602920a9059a47)) + +### Build + +- *(onelf)* Stay out of a user namespace for setuid - ([548ddaf](https://github.com/pkgforge/aeris/commit/548ddaf43560b97773a135ba2db4b5264318c03e)) + ## [0.2.1](https://github.com/pkgforge/aeris/compare/v0.2.0...v0.2.1) - 2026-08-15 ### ⛰️ Features diff --git a/Cargo.lock b/Cargo.lock index 1fe205a..d763475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "aeris" -version = "0.2.1" +version = "0.2.2" dependencies = [ "async-trait", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 98274b7..2d54576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aeris" -version = "0.2.1" +version = "0.2.2" edition = "2024" description = "Manages your package managers" license = "MIT"