File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ - v1.3.45
4+ - improved `providers/file.Write()` to return meaningful error report
5+ - improved `codec/gob` constructor
6+ - improved `codec/json` constructor
7+ - improved `codec/hjson` constructor
8+ - impl `WithLoaderCopy` to receive a loader pointer copy so that `loader.SaveAs` can be used
9+ - added `codecs/all` for include all codec decoders
10+ - upgrade to hcl-go v2 & impl a simple writer with it
11+ - upgrade deps
12+ - security patches
13+
314- v1.3.43
415 - upgrade deps
516 - security patches
Original file line number Diff line number Diff line change 109109// - https://github.com/hedzr/store
110110package store
111111
112- const Version = "v1.3.43 " // Version of libs.store
112+ const Version = "v1.3.45 " // Version of libs.store
You can’t perform that action at this time.
0 commit comments