Skip to content

Commit f65152b

Browse files
committed
Bump version to 5.0.3 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent dd1de21 commit f65152b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ Note: this log contains only changes from knife-windows release 0.6.0 and later
44
-- it does not contain the changes from prior releases. To view change history
55
prior to release 0.6.0, please visit the [source repository](https://github.com/chef/knife-windows/commits).
66

7-
<!-- latest_release 5.0.2 -->
8-
## [v5.0.2](https://github.com/chef/knife-windows/tree/v5.0.2) (2023-04-19)
7+
<!-- latest_release 5.0.3 -->
8+
## [v5.0.3](https://github.com/chef/knife-windows/tree/v5.0.3) (2024-08-12)
99

1010
#### Merged Pull Requests
11-
- CHEF-1917 Fixed the knife-windows verify test failure [#523](https://github.com/chef/knife-windows/pull/523) ([nikhil2611](https://github.com/nikhil2611))
11+
- Handle REXML exception [#528](https://github.com/chef/knife-windows/pull/528) ([tpowell-progress](https://github.com/tpowell-progress))
1212
<!-- latest_release -->
1313

1414
<!-- release_rollup since=4.0.7 -->
1515
### Changes not yet released to rubygems.org
1616

1717
#### Merged Pull Requests
18+
- Handle REXML exception [#528](https://github.com/chef/knife-windows/pull/528) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 5.0.3 -->
1819
- CHEF-1917 Fixed the knife-windows verify test failure [#523](https://github.com/chef/knife-windows/pull/523) ([nikhil2611](https://github.com/nikhil2611)) <!-- 5.0.2 -->
1920
- Windows Certs PR #3 - this is for knife-windows to be able to consume… [#516](https://github.com/chef/knife-windows/pull/516) ([johnmccrae](https://github.com/johnmccrae)) <!-- 5.0.1 -->
2021
- Require Ruby 2.7+ and the knife gem [#517](https://github.com/chef/knife-windows/pull/517) ([tas50](https://github.com/tas50)) <!-- 5.0.0 -->

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.2
1+
5.0.3

lib/knife-windows/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Knife
22
module Windows
3-
VERSION = "5.0.2".freeze
3+
VERSION = "5.0.3".freeze
44
MAJOR, MINOR, TINY = VERSION.split(".")
55
end
66
end

0 commit comments

Comments
 (0)