Skip to content

Commit 9308e43

Browse files
committed
update changelog + release 1.0.0 version
1 parent 36ff801 commit 9308e43

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [1.0.0] - 2018-08-31
4+
### Added
5+
- Add `:condition` option for `.memoize` method ([@AlexWayfer]) [#7]
6+
37
## [0.6.0] - 2018-04-20
48
### Added
59
- Readme example for memoizing class methods. ([@AlexWayfer]) [#3]
@@ -10,9 +14,11 @@
1014

1115
[0.5.0]: https://github.com/tycooon/memery/tree/v0.5.0
1216
[0.6.0]: https://github.com/tycooon/memery/compare/v0.5.0...v0.6.0
17+
[1.0.0]: https://github.com/tycooon/memery/compare/v0.6.0...v1.0.0
1318
[Unreleased]: https://github.com/tycooon/memery/compare/v0.6.0...HEAD
1419

1520
[@tycooon]: https://github.com/tycooon
1621
[@AlexWayfer]: https://github.com/AlexWayfer
1722

1823
[#3]: https://github.com/tycooon/memery/pull/3
24+
[#7]: https://github.com/tycooon/memery/pull/7

lib/memery/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Memery
4-
VERSION = "0.6.0"
4+
VERSION = "1.0.0"
55
end

0 commit comments

Comments
 (0)