Skip to content

Commit

Permalink
update changelog + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Oct 19, 2019
1 parent 9197d25 commit e84f706
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [Unreleased]

## [1.2.0] - 2019-10-19
### Added
- Add `:ttl` option for `memoize` method ([@AlexWayfer]) [#11]
- Add benchmark script ([@AlexWayfer]) [#14]
- Add `.memoized?` method ([@AlexWayfer]) [#17]

## [1.1.0] - 2019-08-05
### Fixed
- Optimize speed and memory for cached values returns. ([@AlexWayfer]) [#10]
Expand All @@ -20,11 +26,15 @@
[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
[1.1.0]: https://github.com/tycooon/memery/compare/v1.0.0...v1.1.0
[Unreleased]: https://github.com/tycooon/memery/compare/v1.1.0...HEAD
[1.2.0]: https://github.com/tycooon/memery/compare/v1.1.0...v1.2.0
[Unreleased]: https://github.com/tycooon/memery/compare/v1.2.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
[#10]: https://github.com/tycooon/memery/pull/10
[#11]: https://github.com/tycooon/memery/pull/11
[#14]: https://github.com/tycooon/memery/pull/14
[#17]: https://github.com/tycooon/memery/pull/17
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 = "1.1.0"
VERSION = "1.2.0"
end

0 comments on commit e84f706

Please sign in to comment.