From a032cc1d64d859fcc24ea7e5ac5682456d8c1c96 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 19 Apr 2022 17:00:22 +0000 Subject: [PATCH] Bump version to 0.10.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 6 +++--- VERSION | 2 +- lib/win32/process/version.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7efe3..8672912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # win32-process Changelog - -## [win32-process-0.9.1](https://github.com/chef/win32-process/tree/win32-process-0.9.1) (2022-03-25) + +## [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)) = 0.8.3 - 16-Dec-2015 diff --git a/VERSION b/VERSION index f514a2f..2774f85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 \ No newline at end of file +0.10.0 \ No newline at end of file diff --git a/lib/win32/process/version.rb b/lib/win32/process/version.rb index ea4f87d..6437a2e 100644 --- a/lib/win32/process/version.rb +++ b/lib/win32/process/version.rb @@ -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 \ No newline at end of file