Skip to content

Commit

Permalink
release(aura): 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Aug 15, 2024
1 parent 1787d12 commit 3aae462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions rust/aura-pm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aura-pm"
version = "4.0.2"
version = "4.0.3"
authors = ["Colin Woodbury <[email protected]>"]
edition = "2021"
description = "Install and manage Arch Linux packages."
Expand All @@ -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"
Expand Down

0 comments on commit 3aae462

Please sign in to comment.