Skip to content

Commit

Permalink
[gem] bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed May 12, 2019
1 parent dd12ff9 commit 6e7ae24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased] - 2018-xx-xx
## [0.5.0] - 2019-05-12
### Added
- Introduce Plugin Ecosystem (`AnyCache::Plugins`):
- load plugin: `AnyCache.plugin('plugin_name')` or `AnyCache.plugin(:plugin_name)`;
- get registered plugins: `AnyCache.plugins #=> array of strings`
- Support for last ruby versions (`ruby@2.6.3`, `ruby@2.4.6`, `ruby@2.5.5`)

### Changed
- Actualized dependencies (`qonfig` - `~> 0.10`);
- Actualized development dependencies;

## [0.4.0] - 2018-12-04
- `AnyCache#cleanup` - remove expired entries manually
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.4.0'
VERSION = '0.5.0'
end

0 comments on commit 6e7ae24

Please sign in to comment.