Skip to content

Commit 26c3cf5

Browse files
committed
bump version + update changelog
1 parent 40fa12b commit 26c3cf5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## [1.1.0] - 2019-08-05
4+
### Fixed
5+
- Optimize speed and memory for cached values returns. ([@AlexWayfer]) [#10]
6+
37
## [1.0.0] - 2018-08-31
48
### Added
5-
- Add `:condition` option for `.memoize` method ([@AlexWayfer]) [#7]
9+
- Add `:condition` option for `.memoize` method. ([@AlexWayfer]) [#7]
610

711
## [0.6.0] - 2018-04-20
812
### Added
@@ -15,10 +19,12 @@
1519
[0.5.0]: https://github.com/tycooon/memery/tree/v0.5.0
1620
[0.6.0]: https://github.com/tycooon/memery/compare/v0.5.0...v0.6.0
1721
[1.0.0]: https://github.com/tycooon/memery/compare/v0.6.0...v1.0.0
18-
[Unreleased]: https://github.com/tycooon/memery/compare/v0.6.0...HEAD
22+
[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
1924

2025
[@tycooon]: https://github.com/tycooon
2126
[@AlexWayfer]: https://github.com/AlexWayfer
2227

2328
[#3]: https://github.com/tycooon/memery/pull/3
2429
[#7]: https://github.com/tycooon/memery/pull/7
30+
[#10]: https://github.com/tycooon/memery/pull/10

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

0 commit comments

Comments
 (0)