File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Aura Changelog
2
2
3
- ## Unreleased
3
+ ## 4.0.3 (2024-08-16)
4
4
5
5
#### Fixed
6
6
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.
8
8
- ` -Auk ` : don't display a diff (or even ask to) if the hash didn't change. Useful with ` --git ` .
9
9
- ` -A ` : a bug involving incorrect build order which would occasionally lead to
10
10
top-level packages being marked as dependencies and subsequently being removed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " aura-pm"
3
- version = " 4.0.2 "
3
+ version = " 4.0.3 "
4
4
authors = [
" Colin Woodbury <[email protected] >" ]
5
5
edition = " 2021"
6
6
description = " Install and manage Arch Linux packages."
@@ -14,7 +14,7 @@ name = "aura"
14
14
path = " src/main.rs"
15
15
16
16
[dependencies ]
17
- aura-core = { version = " 0.8.2 " , path = " ../aura-core" }
17
+ aura-core = { version = " 0.8.3 " , path = " ../aura-core" }
18
18
r2d2-alpm = { version = " 0.2" , path = " ../r2d2-alpm" }
19
19
20
20
alpm = " 3.0"
You can’t perform that action at this time.
0 commit comments