Skip to content

Commit

Permalink
Bump version to 0.10.0 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 Apr 19, 2022
1 parent 2151595 commit a032cc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# win32-process Changelog

<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 0.9.1 -->
## [win32-process-0.9.1](https://github.com/chef/win32-process/tree/win32-process-0.9.1) (2022-03-25)
<!-- latest_release 0.10.0 -->
## [win32-process-0.10.0](https://github.com/chef/win32-process/tree/win32-process-0.10.0) (2022-04-19)

#### Merged Pull Requests
- Create empty verify pipeline for chef/win32-process [#37](https://github.com/chef/win32-process/pull/37) ([skeshari12](https://github.com/skeshari12))
- Testing Ruby 3.1 support [#39](https://github.com/chef/win32-process/pull/39) ([johnmccrae](https://github.com/johnmccrae))
<!-- latest_release -->
<!-- release_rollup since=0.8.3 -->
= 0.8.3 - 16-Dec-2015
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.10.0
2 changes: 1 addition & 1 deletion lib/win32/process/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Win32
class Process
# The version of the win32-process library
VERSION = "0.9.1".freeze
VERSION = "0.10.0".freeze
end
end

0 comments on commit a032cc1

Please sign in to comment.