Skip to content

Commit 8d4fb0a

Browse files
committed
Bump version to 2.0.9 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 89e52cd commit 8d4fb0a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
55
prior 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 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.8
1+
2.0.9

lib/win32/taskscheduler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module 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
66
end

0 commit comments

Comments
 (0)