Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Mar 13, 2018
1 parent 109e34f commit 3b26625
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.4.5 2018-03-14

### Added

* `Dry::Core::Memoizable`, which provides a `memoize` macro for memoizing results of instance methods (timriley)

[Compare v0.4.5...v0.4.5](https://github.com/dry-rb/dry-core/compare/v0.4.4...v0.4.5)

# v0.4.4 2018-02-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Dry
module Core
VERSION = '0.4.4'.freeze
VERSION = '0.4.5'.freeze
end
end

0 comments on commit 3b26625

Please sign in to comment.