We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d40af commit b12aff2Copy full SHA for b12aff2
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## [v0.16.1](https://github.com/matthewrudy/memoist/tree/v0.16.1) (2019-11-08)
12
13
[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.16.0...v0.16.1)
lib/memoist/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Memoist
- VERSION = '0.16.1'.freeze
+ VERSION = '0.16.2'.freeze
end
0 commit comments