From b57aca729bde8b98e5dc120671d3e66e20129f7c Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Sat, 29 Apr 2023 23:58:11 +0300 Subject: [PATCH] support Windows OS --- CHANGELOG.md | 8 ++++++++ dub.json | 2 +- dub.selections.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85521cc..fba9864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dub.json b/dub.json index 50b4a10..9633452 100644 --- a/dub.json +++ b/dub.json @@ -33,6 +33,6 @@ ], "targetName": "readconf", "dependencies": { - "singlog": "~>0.2.1" + "singlog": "~>0.3.0" } } \ No newline at end of file diff --git a/dub.selections.json b/dub.selections.json index a98f018..7599e9d 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -3,6 +3,6 @@ "versions": { "datefmt": "1.0.4", "silly": "1.1.1", - "singlog": "0.2.1" + "singlog": "0.3.0" } } -- 2.40.1