diff --git a/CHANGELOG.md b/CHANGELOG.md index 368b2aa35..7dc92bbc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Aura Changelog -## Unreleased +## 4.0.3 (2024-08-16) #### Fixed -- Extra `-debug` packages will not be taken into account when determining packages that need upgrades. +- `-Au`: Extra `-debug` packages will not be taken into account when determining packages that need upgrades. - `-Auk`: don't display a diff (or even ask to) if the hash didn't change. Useful with `--git`. - `-A`: a bug involving incorrect build order which would occasionally lead to top-level packages being marked as dependencies and subsequently being removed diff --git a/rust/aura-pm/Cargo.toml b/rust/aura-pm/Cargo.toml index 25acca1f9..1de7c0608 100644 --- a/rust/aura-pm/Cargo.toml +++ b/rust/aura-pm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aura-pm" -version = "4.0.2" +version = "4.0.3" authors = ["Colin Woodbury "] edition = "2021" description = "Install and manage Arch Linux packages." @@ -14,7 +14,7 @@ name = "aura" path = "src/main.rs" [dependencies] -aura-core = { version = "0.8.2", path = "../aura-core" } +aura-core = { version = "0.8.3", path = "../aura-core" } r2d2-alpm = { version = "0.2", path = "../r2d2-alpm" } alpm = "3.0"