Skip to content

Commit

Permalink
chore(release): v0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jun 9, 2022
1 parent 439552a commit 0f05f71
Show file tree
Hide file tree
Showing 2 changed files with 10 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.1.1"
"version": "0.2.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.2.0](https://github.com/damianopetrungaro/go-cache/compare/v0.1.1...v0.2.0) (2022-06-09)


### Features

* improve inmemory with rw mutex and expiry based eviction ([439552a](https://github.com/damianopetrungaro/go-cache/commit/439552a541f7853b44af3872d623865611578830))



## [0.1.1](https://github.com/damianopetrungaro/go-cache/compare/v0.1.0...v0.1.1) (2022-06-07)


Expand Down

0 comments on commit 0f05f71

Please sign in to comment.