Skip to content

Commit 0d4ebf4

Browse files
committed
release(core): 0.7.0
1 parent 2cf4401 commit 0d4ebf4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/aura-core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# aura-core
22

3+
## 0.7.0 (2024-07-04)
4+
5+
#### Fixed
6+
7+
- `base-devel` is always added as a dependency if missing from the system.
8+
- Ignore inter-dependencies between split packages.
9+
10+
#### Changed
11+
12+
- Snapshot timestamps are now based on UTC.
13+
14+
#### Removed
15+
16+
- Removed the `Apply` trait. Use [applying](https://lib.rs/crates/applying) instead.
17+
318
## 0.5.0 (2024-06-11)
419

520
#### Changed

rust/aura-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aura-core"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Colin Woodbury <[email protected]>"]
55
edition = "2021"
66
description = "Core types and logic for extended Arch Linux package managers."

0 commit comments

Comments
 (0)