Skip to content

Commit

Permalink
Update CHANGELOG for release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed Sep 28, 2023
1 parent c160eaf commit ad70935
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
## Unreleased ([changes](https://github.com/infertux/bashcov/compare/v3.0.3...master))
## Unreleased ([changes](https://github.com/infertux/bashcov/compare/v3.1.0...master))

* TBD

## v3.1.0, 2023-09-28 ([changes](https://github.com/infertux/bashcov/compare/v3.0.3...v3.1.0))

* [FEATURE] Better diagnostics for runner result specs
* [BUGFIX] Use `/usr/bin/env bash`
* [FEATURE] Initialize GitHub Actions workflow
* [MISC] Make `Detective#shellscript_syntax?` private
* [BUGFIX] Handle binary data
* [BUGFIX] Fix Rubocop violations

## v3.0.3, 2023-07-14 ([changes](https://github.com/infertux/bashcov/compare/v3.0.2...v3.0.3))

* [BUGFIX] Improve shebang detection (#74)
Expand Down
2 changes: 1 addition & 1 deletion lib/bashcov/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# :nodoc:
module Bashcov
# Current Bashcov version
VERSION = "3.0.3"
VERSION = "3.1.0"
end

0 comments on commit ad70935

Please sign in to comment.