Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
Alexander Zhirov | c831731418 | |
Alexander Zhirov | 44e1e415b0 |
|
@ -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
|
||||||
|
|
2
dub.json
2
dub.json
|
@ -25,6 +25,6 @@
|
||||||
],
|
],
|
||||||
"targetName": "readconf",
|
"targetName": "readconf",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"singlog": "~>0.4.0"
|
"singlog": "~>0.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue