Skip to content

Commit e84f706

Browse files
committed
update changelog + bump version
1 parent 9197d25 commit e84f706

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [1.2.0] - 2019-10-19
4+
### Added
5+
- Add `:ttl` option for `memoize` method ([@AlexWayfer]) [#11]
6+
- Add benchmark script ([@AlexWayfer]) [#14]
7+
- Add `.memoized?` method ([@AlexWayfer]) [#17]
8+
39
## [1.1.0] - 2019-08-05
410
### Fixed
511
- Optimize speed and memory for cached values returns. ([@AlexWayfer]) [#10]
@@ -20,11 +26,15 @@
2026
[0.6.0]: https://github.com/tycooon/memery/compare/v0.5.0...v0.6.0
2127
[1.0.0]: https://github.com/tycooon/memery/compare/v0.6.0...v1.0.0
2228
[1.1.0]: https://github.com/tycooon/memery/compare/v1.0.0...v1.1.0
23-
[Unreleased]: https://github.com/tycooon/memery/compare/v1.1.0...HEAD
29+
[1.2.0]: https://github.com/tycooon/memery/compare/v1.1.0...v1.2.0
30+
[Unreleased]: https://github.com/tycooon/memery/compare/v1.2.0...HEAD
2431

2532
[@tycooon]: https://github.com/tycooon
2633
[@AlexWayfer]: https://github.com/AlexWayfer
2734

2835
[#3]: https://github.com/tycooon/memery/pull/3
2936
[#7]: https://github.com/tycooon/memery/pull/7
3037
[#10]: https://github.com/tycooon/memery/pull/10
38+
[#11]: https://github.com/tycooon/memery/pull/11
39+
[#14]: https://github.com/tycooon/memery/pull/14
40+
[#17]: https://github.com/tycooon/memery/pull/17

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 = "1.1.0"
4+
VERSION = "1.2.0"
55
end

0 commit comments

Comments
 (0)