Skip to content

Commit

Permalink
release(aura): 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Sep 14, 2024
1 parent 44a4fdf commit cdebca1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Aura Changelog

## 4.0.7 (2024-09-15)

Pacman 7 has been released. See [here][pac7] for more information.

To upgrade Aura, you will need to do an `-Syu` first to get the new version of
`alpm`, after which Aura will temporarily break. Follow the manual building
instructions found in the README to get around this.

#### Fixed

- Account for the new version of Pacman and `alpm`.

[pac7]: https://archlinux.org/news/manual-intervention-for-pacman-700-and-local-repositories-required/

## 4.0.6 (2024-09-14)

#### Added
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.6"
version = "4.0.7"
authors = ["Colin Woodbury <[email protected]>"]
edition = "2021"
description = "Install and manage Arch Linux packages."
Expand All @@ -14,8 +14,8 @@ name = "aura"
path = "src/main.rs"

[dependencies]
aura-core = { version = "0.8.3", path = "../aura-core" }
r2d2-alpm = { version = "0.2", path = "../r2d2-alpm" }
aura-core = { version = "0.8.4", path = "../aura-core" }
r2d2-alpm = { version = "0.2.1", path = "../r2d2-alpm" }

alpm = "4.0"
applying = "1.0.0"
Expand Down

0 comments on commit cdebca1

Please sign in to comment.