Skip to content

Commit

Permalink
Bump version to 0.1.6 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 Jan 8, 2025
1 parent 952eebf commit 961faad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<!-- latest_release 0.1.5 -->
## [v0.1.5](https://github.com/chef/fauxhai/tree/v0.1.5) (2025-01-07)
<!-- latest_release 0.1.6 -->
## [v0.1.6](https://github.com/chef/fauxhai/tree/v0.1.6) (2025-01-08)

#### Merged Pull Requests
- Remove the building of gem from config in hab package of Fauxhai [#56](https://github.com/chef/fauxhai/pull/56) ([nikhil2611](https://github.com/nikhil2611))
- Testing the pipelines are working fine or not [#57](https://github.com/chef/fauxhai/pull/57) ([nikhil2611](https://github.com/nikhil2611))
<!-- latest_release -->

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

#### Merged Pull Requests
- Testing the pipelines are working fine or not [#57](https://github.com/chef/fauxhai/pull/57) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.6 -->
- Remove the building of gem from config in hab package of Fauxhai [#56](https://github.com/chef/fauxhai/pull/56) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.5 -->
- Testing pipeline with empty commit [#55](https://github.com/chef/fauxhai/pull/55) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.4 -->
- empty commit [#49](https://github.com/chef/fauxhai/pull/49) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) <!-- 0.1.3 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5
0.1.6
2 changes: 1 addition & 1 deletion lib/fauxhai/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fauxhai
VERSION = "0.1.5".freeze
VERSION = "0.1.6".freeze
end

0 comments on commit 961faad

Please sign in to comment.