From 03a9f7fde44a9388580977e4002b4f6823c2b4cc Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Fri, 16 Mar 2018 09:36:09 +0100 Subject: [PATCH] 0.16.1 update with the license --- CHANGELOG.md | 9 ++++++++- lib/simplecov/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fea4fe7..44673f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +0.16.1 (2018-03-16) +=================== + +## Bugfixes + +* Include the LICENSE in the distributed gem again (accidentally removed in 0.16.0). (thanks @tas50) + 0.16.0 (2018-03-15) -========== +=================== ## Enhancements diff --git a/lib/simplecov/version.rb b/lib/simplecov/version.rb index b4b8ed29..8475e649 100644 --- a/lib/simplecov/version.rb +++ b/lib/simplecov/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SimpleCov - VERSION = "0.16.0".freeze + VERSION = "0.16.1".freeze end