Compare commits

..

No commits in common. "master" and "dev" have entirely different histories.
master ... dev

4 changed files with 3 additions and 9 deletions

View File

@ -1,11 +1,5 @@
# 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.5.0" "singlog": "~>0.4.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.5.0" "singlog": "0.4.0"
} }
} }