Skip to content

Commit 307ec97

Browse files
committed
v0.2.0
1 parent 2631a72 commit 307ec97

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.2.0 (2026-01-12)
2+
3+
- A symlink to `/dev/null` is now correctly treated as an override file instead of being ignored.
4+
- Updated crate edition to 2024.
5+
16
# v0.1.0 (2024-04-04)
27

38
First release.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "uapi-config"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
license = "AGPL-3.0-only"
55
authors = ["Arnav Singh <me@arnavion.dev>"]
66
edition = "2024"
77
categories = ["config"]
88
description = "Rust implementation of the UAPI Configuration Files Specification"
9-
documentation = "https://docs.rs/uapi-config/0.1.0/"
9+
documentation = "https://docs.rs/uapi-config/0.2.0/"
1010
keywords = ["econf", "libeconf", "systemd", "uapi"]
1111
readme = "README.md"
1212
repository = "https://github.com/Arnavion/uapi-config"

0 commit comments

Comments
 (0)