0.3.6: fixed config handling with multiple sources

This commit is contained in:
Yusur 2025-07-09 16:26:52 +02:00
parent cb99c3911c
commit f5030ef25a
3 changed files with 15 additions and 5 deletions

View file

@ -4,6 +4,10 @@
👀
## 0.3.6
- Fixed `ConfigValue` behavior with multiple sources. It used to iterate through all the sources, possibly overwriting; now, iteration stops at first non-missing value.
## 0.3.5
- Fixed cb32 handling. Now leading zeros in SIQ's are stripped, and `.from_cb32()` was implemented.