Skip to content

Commit

Permalink
[gem] bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Dec 3, 2018
1 parent b886697 commit 5694c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.4.0] - 2018-12-04
- `AnyCache#cleanup` - remove expired entries manually
(make sence only for `:as_file_store` and `:as_memory_store` at this moment);
- automatic object marshaling (used in `fetch`, `fetch_multi`, `write`, `write_multi`, `read`, `read_multi`):
Expand Down
2 changes: 1 addition & 1 deletion lib/any_cache/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class AnyCache
#
# @api public
# @since 0.1.0
VERSION = '0.3.1'
VERSION = '0.4.0'
end

0 comments on commit 5694c6c

Please sign in to comment.