Skip to content

Commit

Permalink
release(aura): 4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Sep 29, 2024
1 parent 137819a commit 446c12e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Aura Changelog

## Unreleased
## 4.0.8 (2024-09-29)

#### Added

- Support for all compression formats listed in `makepkg.conf`.

#### Fixed

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.

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.7"
version = "4.0.8"
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.4", path = "../aura-core" }
aura-core = { version = "0.8.5", path = "../aura-core" }
r2d2-alpm = { version = "0.2.1", path = "../r2d2-alpm" }

alpm = "4.0"
Expand Down

0 comments on commit 446c12e

Please sign in to comment.