Skip to content

Commit b12aff2

Browse files
committed
Prepare for 0.16.2 release
1 parent 72d40af commit b12aff2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v0.16.2](https://github.com/matthewrudy/memoist/tree/v0.16.2) (2019-12-04)
4+
5+
[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.16.1...v0.16.2)
6+
7+
**Merged pull requests:**
8+
9+
- Fix regression introduced by frozen symbol fix [\#86](https://github.com/matthewrudy/memoist/pull/86) ([sebjacobs](https://github.com/sebjacobs))
10+
311
## [v0.16.1](https://github.com/matthewrudy/memoist/tree/v0.16.1) (2019-11-08)
412

513
[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.16.0...v0.16.1)

lib/memoist/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Memoist
4-
VERSION = '0.16.1'.freeze
4+
VERSION = '0.16.2'.freeze
55
end

0 commit comments

Comments
 (0)