Compare commits

..

No commits in common. "504bda31d5fc0e49a4fbf3d82a556581a7afc7e2" and "2b9e0366f4b8cb9ffb607d038f39682d068a9044" have entirely different histories.

3 changed files with 2 additions and 10 deletions

View File

@ -1,13 +1,5 @@
# Changelog # Changelog
## [v0.3.1](https://git.zhirov.kz/dlang/readconf/compare/v0.3.0...v0.3.1) (2023.04.30)
- Windows OS support
### Update
- `singlog` dependency up to v0.3.0
## [v0.3.0](https://git.zhirov.kz/dlang/readconf/compare/v0.2.0...v0.3.0) (2023.03.30) ## [v0.3.0](https://git.zhirov.kz/dlang/readconf/compare/v0.2.0...v0.3.0) (2023.03.30)
### New ### New

View File

@ -33,6 +33,6 @@
], ],
"targetName": "readconf", "targetName": "readconf",
"dependencies": { "dependencies": {
"singlog": "~>0.3.0" "singlog": "~>0.2.1"
} }
} }

View File

@ -3,6 +3,6 @@
"versions": { "versions": {
"datefmt": "1.0.4", "datefmt": "1.0.4",
"silly": "1.1.1", "silly": "1.1.1",
"singlog": "0.3.0" "singlog": "0.2.1"
} }
} }