Skip to content

Commit

Permalink
bump to v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Jan 9, 2025
1 parent 993b03c commit 7a9c86f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

- v1.2.8
- a patch for v1.2.7 (to fix deps)
- security patch
- upgrade deps
- fix a data race in TTL

- v1.2.7
- improved TTL support - better behaviors.
- added `SetEx(path, val, cb)` for easier setting a node's tag, ttl, and so on.
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@
// - https://github.com/hedzr/store
package store

const Version = "v1.2.7" // Version of libs.store
const Version = "v1.2.8" // Version of libs.store

0 comments on commit 7a9c86f

Please sign in to comment.