Skip to content

Commit

Permalink
0.16.1 update with the license
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Mar 16, 2018
1 parent 541f9ad commit 03a9f7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/simplecov/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SimpleCov
VERSION = "0.16.0".freeze
VERSION = "0.16.1".freeze
end

0 comments on commit 03a9f7f

Please sign in to comment.