File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,18 @@ Note: this log contains only changes from win32-taskscheduler release 0.4.0 and
44-- it does not contain the changes from prior releases. To view change history
55prior to release 0.4.0, please visit the [ source repository] ( https://github.com/chef/win32-taskscheduler/commits ) .
66
7- <!-- latest_release 2.0.8 -->
8- ## [ win32-taskscheduler-2.0.8 ] ( https://github.com/chef/win32-taskscheduler/tree/win32-taskscheduler-2.0.8 ) (2023-09-27 )
7+ <!-- latest_release 2.0.9 -->
8+ ## [ win32-taskscheduler-2.0.9 ] ( https://github.com/chef/win32-taskscheduler/tree/win32-taskscheduler-2.0.9 ) (2025-06-20 )
99
1010#### Merged Pull Requests
11- - Fix cookstyle lints + Fix Spellcheck [ #93 ] ( https://github.com/chef/win32-taskscheduler/pull/93 ) ([ HeyItsGilbert ] ( https://github.com/HeyItsGilbert ) )
11+ - set up verify pipeline, fix tests [ #96 ] ( https://github.com/chef/win32-taskscheduler/pull/96 ) ([ rishichawda ] ( https://github.com/rishichawda ) )
1212<!-- latest_release -->
1313
1414<!-- release_rollup since=2.0.4 -->
1515### Changes not yet released to rubygems.org
1616
1717#### Merged Pull Requests
18+ - set up verify pipeline, fix tests [ #96 ] ( https://github.com/chef/win32-taskscheduler/pull/96 ) ([ rishichawda] ( https://github.com/rishichawda ) ) <!-- 2.0.9 -->
1819- Fix cookstyle lints + Fix Spellcheck [ #93 ] ( https://github.com/chef/win32-taskscheduler/pull/93 ) ([ HeyItsGilbert] ( https://github.com/HeyItsGilbert ) ) <!-- 2.0.8 -->
1920- Add support for Session State Change [ #90 ] ( https://github.com/chef/win32-taskscheduler/pull/90 ) ([ HeyItsGilbert] ( https://github.com/HeyItsGilbert ) ) <!-- 2.0.7 -->
2021- Lint Test [ #89 ] ( https://github.com/chef/win32-taskscheduler/pull/89 ) ([ HeyItsGilbert] ( https://github.com/HeyItsGilbert ) ) <!-- 2.0.6 -->
Original file line number Diff line number Diff line change 1- 2.0.8
1+ 2.0.9
Original file line number Diff line number Diff line change 11module Win32
22 class TaskScheduler
33 # The version of the win32-taskscheduler library
4- VERSION = "2.0.8 " . freeze
4+ VERSION = "2.0.9 " . freeze
55 end
66end
You can’t perform that action at this time.
0 commit comments