up to v0.4.1

This commit is contained in:
Alexander Zhirov 2024-02-09 18:47:54 +03:00
parent 44e1e415b0
commit c831731418
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"
} }
} }

View File

@ -334,6 +334,6 @@ struct ConfigParameter
log.w("Cannot convert type"); log.w("Cannot convert type");
log.e(e); log.e(e);
return T.init; return T.init;
} }
} }
} }