Skip to content

Commit 3aae462

Browse files
committed
release(aura): 4.0.3
1 parent 1787d12 commit 3aae462

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Aura Changelog
22

3-
## Unreleased
3+
## 4.0.3 (2024-08-16)
44

55
#### Fixed
66

7-
- Extra `-debug` packages will not be taken into account when determining packages that need upgrades.
7+
- `-Au`: Extra `-debug` packages will not be taken into account when determining packages that need upgrades.
88
- `-Auk`: don't display a diff (or even ask to) if the hash didn't change. Useful with `--git`.
99
- `-A`: a bug involving incorrect build order which would occasionally lead to
1010
top-level packages being marked as dependencies and subsequently being removed

rust/aura-pm/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aura-pm"
3-
version = "4.0.2"
3+
version = "4.0.3"
44
authors = ["Colin Woodbury <[email protected]>"]
55
edition = "2021"
66
description = "Install and manage Arch Linux packages."
@@ -14,7 +14,7 @@ name = "aura"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
aura-core = { version = "0.8.2", path = "../aura-core" }
17+
aura-core = { version = "0.8.3", path = "../aura-core" }
1818
r2d2-alpm = { version = "0.2", path = "../r2d2-alpm" }
1919

2020
alpm = "3.0"

0 commit comments

Comments
 (0)