Skip to content

Commit

Permalink
bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 1, 2024
1 parent ef37c5b commit a5f4295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# CHANGELOG

- v1.1.1
- upgrade deps

- v1.1.0
- [BREAK] in Store API, unexport struct ptr removed, instead of `Store` interface.
These apis changed to:
These apis changed to,
- `Clone() (newStore Store)`
- `Dup() (newStore Store)`
- `WithPrefix(prefix ...string) (newStore Store)`
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.1.0" // Version of libs.store
const Version = "v1.1.1" // Version of libs.store

0 comments on commit a5f4295

Please sign in to comment.