Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed Oct 11, 2016
1 parent dc3fc87 commit 626a90a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
@@ -1,7 +1,11 @@
## Unreleased ([changes](https://github.com/infertux/bashcov/compare/v1.4.0...master))
## Unreleased ([changes](https://github.com/infertux/bashcov/compare/v1.4.1...master))

* TBD

## v1.4.1, 2016-10-11 ([changes](https://github.com/infertux/bashcov/compare/v1.4.0...v1.4.1))

* [BUGFIX] Fix incorrect coverage for some multiline strings (#22)

## v1.4.0, 2016-10-08 ([changes](https://github.com/infertux/bashcov/compare/v1.3.1...v1.4.0))

* [BUGFIX] Fix incorrect coverage for case statements (#21)
Expand Down Expand Up @@ -30,7 +34,7 @@

## v1.2.1, 2015-05-05 ([changes](https://github.com/infertux/bashcov/compare/v1.2.0...v1.2.1))

* [BUGFIX] Preserve original exit status when exiting Bashcov
* [BUGFIX] Preserve original exit status when exiting Bashcov

## v1.2.0, 2015-05-04 ([changes](https://github.com/infertux/bashcov/compare/v1.1.0...v1.2.0))

Expand All @@ -44,8 +48,8 @@

## v1.0.1, 2013-03-21 ([changes](https://github.com/infertux/bashcov/compare/v1.0.0...v1.0.1))

* [BUGFIX] Allow to add SimpleCov filters
* [BUGFIX] Lines containing only `elif` should be ignored
* [BUGFIX] Allow to add SimpleCov filters
* [BUGFIX] Lines containing only `elif` should be ignored

## v1.0.0, 2013-03-16 ([changes](https://github.com/infertux/bashcov/compare/v0.0.9...v1.0.0))

Expand Down
2 changes: 1 addition & 1 deletion lib/bashcov/version.rb
Expand Up @@ -3,5 +3,5 @@
# :nodoc:
module Bashcov
# Current Bashcov version
VERSION = "1.4.0".freeze
VERSION = "1.4.1".freeze
end

0 comments on commit 626a90a

Please sign in to comment.