Skip to content

Commit 1d61dc1

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

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# win32-mutex Changelog
22

3-
<!-- latest_release 0.5.1 -->
4-
## [win32-mutex-0.5.1](https://github.com/chef/win32-mutex/tree/win32-mutex-0.5.1) (2025-06-17)
3+
<!-- latest_release 0.5.2 -->
4+
## [win32-mutex-0.5.2](https://github.com/chef/win32-mutex/tree/win32-mutex-0.5.2) (2025-09-22)
55

66
#### Merged Pull Requests
7-
- Format and spelling [#13](https://github.com/chef/win32-mutex/pull/13) ([tpowell-progress](https://github.com/tpowell-progress))
7+
- Add GitHub Security Actions Workflow [#14](https://github.com/chef/win32-mutex/pull/14) ([sean-sype-simmons](https://github.com/sean-sype-simmons))
88
<!-- latest_release -->
99

1010
<!-- release_rollup since=0.4.3 -->
1111
### Changes not yet released to rubygems.org
1212

1313
#### Merged Pull Requests
14+
- Add GitHub Security Actions Workflow [#14](https://github.com/chef/win32-mutex/pull/14) ([sean-sype-simmons](https://github.com/sean-sype-simmons)) <!-- 0.5.2 -->
1415
- Format and spelling [#13](https://github.com/chef/win32-mutex/pull/13) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 0.5.1 -->
1516
- Adding Ruby 3.4 and Cookstyle support [#12](https://github.com/chef/win32-mutex/pull/12) ([johnmccrae](https://github.com/johnmccrae)) <!-- 0.5.0 -->
1617
- Test - ruby 3.0/3.1 [#9](https://github.com/chef/win32-mutex/pull/9) ([poorndm](https://github.com/poorndm)) <!-- 0.4.5 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.5.2

lib/win32/mutex/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 Mutex
33
# The version of the win32-mutex library
4-
VERSION = "0.5.1".freeze
4+
VERSION = "0.5.2".freeze
55
end
66
end

0 commit comments

Comments
 (0)