Skip to content

Commit e7d6a3f

Browse files
committed
bump to v1.3.45
1 parent 50939d1 commit e7d6a3f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@
109109
// - https://github.com/hedzr/store
110110
package store
111111

112-
const Version = "v1.3.43" // Version of libs.store
112+
const Version = "v1.3.45" // Version of libs.store

0 commit comments

Comments
 (0)