-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Conventional Changelog Action
committed
Jun 7, 2022
1 parent
d82f3a5
commit d1ce54d
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "0.0.0" | ||
"version": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 0.1.0 (2022-06-07) | ||
|
||
|
||
### Features | ||
|
||
* add multilevel, redis and move inmemory ([aa56309](https://github.com/damianopetrungaro/go-cache/commit/aa56309149bb5a1041de9de991e80d523c1c9a6a)) | ||
* add multilevel, redis and move inmemory ([e1ce560](https://github.com/damianopetrungaro/go-cache/commit/e1ce560320f3a2820b068709235d6fb0c3da804f)) | ||
* bump version and add benchmark with allegro/bigcache ([5b429cc](https://github.com/damianopetrungaro/go-cache/commit/5b429ccd534ec8d81a8745dcf1cfd344d209d058)) | ||
* **inmem:** add initial cache implementation ([2bddcfe](https://github.com/damianopetrungaro/go-cache/commit/2bddcfe8df2a6313918681ec87f9b857a7d43781)) | ||
* **inmem:** rename cleanup variable ([d163e81](https://github.com/damianopetrungaro/go-cache/commit/d163e81a3d4ed047d0a235a5102ed31835531103)) | ||
|
||
|
||
|