Rust library for loading toml configuration files from standard unix hierarchy paths
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump version to 0.5.0

+10 -6
+4
CHANGELOG.md
··· 7 7 ### 🚜 Refactor 8 8 9 9 - Simplify attr extraction 10 + 11 + ### ⚙️ Miscellaneous Tasks 12 + 13 + - Bump version to 0.5.0 10 14 ## [0.4.0] - 2026-01-02 11 15 12 16 ### 🚀 Features
+3 -3
Cargo.toml
··· 7 7 resolver = "2" 8 8 9 9 [workspace.package] 10 - version = "0.4.0" 10 + version = "0.5.0" 11 11 edition = "2024" 12 12 authors = [ 13 13 "Jan Christian Grünhage <jan.christian@gruenhage.xyz>", ··· 25 25 roff = "0.2" 26 26 time = { version = "0.3", features = ["formatting", "macros"] } 27 27 28 - hierconf-core = { version = "0.4.0", path = "crates/hierconf-core", default-features = false } 29 - hierconf-mangen = { version = "0.4.0", path = "crates/hierconf-mangen" } 28 + hierconf-core = { version = "0.5.0", path = "crates/hierconf-core", default-features = false } 29 + hierconf-mangen = { version = "0.5.0", path = "crates/hierconf-mangen" } 30 30 31 31 [workspace.lints.clippy] 32 32 result_large_err = "allow"
+3 -3
examples/build-rs-example/Cargo.lock
··· 182 182 183 183 [[package]] 184 184 name = "hierconf" 185 - version = "0.4.0" 185 + version = "0.5.0" 186 186 dependencies = [ 187 187 "facet", 188 188 "hierconf-core", ··· 191 191 192 192 [[package]] 193 193 name = "hierconf-core" 194 - version = "0.4.0" 194 + version = "0.5.0" 195 195 dependencies = [ 196 196 "camino", 197 197 "facet", ··· 201 201 202 202 [[package]] 203 203 name = "hierconf-mangen" 204 - version = "0.4.0" 204 + version = "0.5.0" 205 205 dependencies = [ 206 206 "facet", 207 207 "hierconf-core",