Skip to content

Commit

Permalink
release(core): 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Aug 9, 2024
1 parent d9241c2 commit ae815c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.

2 changes: 1 addition & 1 deletion rust/aura-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aura-core

## Unreleased
## 0.8.2 (2024-08-10)

#### Changed

Expand Down
2 changes: 1 addition & 1 deletion rust/aura-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aura-core"
version = "0.8.1"
version = "0.8.2"
authors = ["Colin Woodbury <[email protected]>"]
edition = "2021"
description = "Core types and logic for extended Arch Linux package managers."
Expand Down
2 changes: 1 addition & 1 deletion rust/aura-pm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "aura"
path = "src/main.rs"

[dependencies]
aura-core = { version = "0.8.1", path = "../aura-core" }
aura-core = { version = "0.8.2", path = "../aura-core" }
r2d2-alpm = { version = "0.2", path = "../r2d2-alpm" }

alpm = "3.0"
Expand Down

0 comments on commit ae815c4

Please sign in to comment.