Compare commits

...

2 Commits
dev ... master

Author SHA1 Message Date
Alexander Zhirov c831731418 up to v0.4.1 2024-02-09 18:47:54 +03:00
Alexander Zhirov 44e1e415b0 v0.4.0
### New

- Reading empty parameter values
- Parameter name as a single character

### Bug fixes

- Generating an exception when accessing a non-existent section
2023-06-07 20:45:34 +00:00
4 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [v0.4.1](https://git.zhirov.kz/dlang/readconf/compare/v0.4.0...v0.4.1) (2024.02.09)
### Update
- `singlog` dependency up to v0.5.0
## [v0.4.0](https://git.zhirov.kz/dlang/readconf/compare/v0.3.1...v0.4.0) (2023.06.07) ## [v0.4.0](https://git.zhirov.kz/dlang/readconf/compare/v0.3.1...v0.4.0) (2023.06.07)
### New ### New

View File

@ -25,6 +25,6 @@
], ],
"targetName": "readconf", "targetName": "readconf",
"dependencies": { "dependencies": {
"singlog": "~>0.4.0" "singlog": "~>0.5.0"
} }
} }

View File

@ -3,6 +3,6 @@
"versions": { "versions": {
"datefmt": "1.0.4", "datefmt": "1.0.4",
"silly": "1.2.0-dev.2", "silly": "1.2.0-dev.2",
"singlog": "0.4.0" "singlog": "0.5.0"
} }
} }