support Windows OS

This commit is contained in:
Alexander Zhirov 2023-04-29 23:58:11 +03:00
parent f1f50dc7f2
commit b57aca729b
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# 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)
### New

View File

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

View File

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