Skip to content

Commit

Permalink
Bump version to 0.13.3 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Aug 30, 2019
1 parent 063e146 commit 632c69e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# chefstyle change log

<!-- latest_release -->
<!-- latest_release 0.13.3 -->
## [v0.13.3](https://github.com/chef/chefstyle/tree/v0.13.3) (2019-08-30)

#### Merged Pull Requests
- turn off block delimiters, allow semantic style [#75](https://github.com/chef/chefstyle/pull/75) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->

<!-- release_rollup -->
<!-- release_rollup since=0.13.2 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- turn off block delimiters, allow semantic style [#75](https://github.com/chef/chefstyle/pull/75) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 0.13.3 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.2
0.13.3
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Chefstyle
VERSION = "0.13.2".freeze
VERSION = "0.13.3".freeze
RUBOCOP_VERSION = "0.72.0".freeze
end

0 comments on commit 632c69e

Please sign in to comment.