Skip to content

Commit

Permalink
chore(release): v0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jun 7, 2022
1 parent d82f3a5 commit d1ce54d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release/release.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.0.0"
"version": "0.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
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))



0 comments on commit d1ce54d

Please sign in to comment.