Skip to content

Commit

Permalink
update changelog + release 1.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Aug 31, 2018
1 parent 36ff801 commit 9308e43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [1.0.0] - 2018-08-31
### Added
- Add `:condition` option for `.memoize` method ([@AlexWayfer]) [#7]

## [0.6.0] - 2018-04-20
### Added
- Readme example for memoizing class methods. ([@AlexWayfer]) [#3]
Expand All @@ -10,9 +14,11 @@

[0.5.0]: https://github.com/tycooon/memery/tree/v0.5.0
[0.6.0]: https://github.com/tycooon/memery/compare/v0.5.0...v0.6.0
[1.0.0]: https://github.com/tycooon/memery/compare/v0.6.0...v1.0.0
[Unreleased]: https://github.com/tycooon/memery/compare/v0.6.0...HEAD

[@tycooon]: https://github.com/tycooon
[@AlexWayfer]: https://github.com/AlexWayfer

[#3]: https://github.com/tycooon/memery/pull/3
[#7]: https://github.com/tycooon/memery/pull/7
2 changes: 1 addition & 1 deletion lib/memery/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Memery
VERSION = "0.6.0"
VERSION = "1.0.0"
end

0 comments on commit 9308e43

Please sign in to comment.