Skip to content

Commit 34f90dd

Browse files
committed
Prepare for 0.16.1 release
1 parent 26b7cc8 commit 34f90dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/matthewrudy/memoist/tree/HEAD)
3+
## [v0.16.1](https://github.com/matthewrudy/memoist/tree/v0.16.1) (2019-11-08)
44

5-
[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.16.0...HEAD)
5+
[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.16.0...v0.16.1)
66

77
**Merged pull requests:**
88

lib/memoist/version.rb

+1-1
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.0'.freeze
4+
VERSION = '0.16.1'.freeze
55
end

0 commit comments

Comments
 (0)