Skip to content

Commit be2f7c8

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

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
<!-- latest_release unreleased -->
2-
## Unreleased
1+
<!-- latest_release 3.13.4 -->
2+
## [v3.13.4](https://github.com/inspec/train/tree/v3.13.4) (2025-08-20)
33

44
#### Merged Pull Requests
5+
- upgrade `train-winrm` [#802](https://github.com/inspec/train/pull/802) ([sathish-progress](https://github.com/sathish-progress))
56
- CHEF-24661 - standardize - inspec/train - spurious_file_check [#800](https://github.com/inspec/train/pull/800) ([cgunasree08](https://github.com/cgunasree08))
67
<!-- latest_release -->
78

89
<!-- release_rollup since=3.13.2 -->
910
### Changes not yet released to rubygems.org
1011

1112
#### Merged Pull Requests
13+
- upgrade `train-winrm` [#802](https://github.com/inspec/train/pull/802) ([sathish-progress](https://github.com/sathish-progress)) <!-- 3.13.4 -->
1214
- CHEF-24661 - standardize - inspec/train - spurious_file_check [#800](https://github.com/inspec/train/pull/800) ([cgunasree08](https://github.com/cgunasree08)) <!-- 3.13.3 -->
1315
- CHEF-21404 Enable CI for trufflelog scanning [#798](https://github.com/inspec/train/pull/798) ([Nik08](https://github.com/Nik08)) <!-- 3.13.3 -->
1416
<!-- release_rollup -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.3
1+
3.13.4

lib/train/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Author:: Dominik Richter (<[email protected]>)
33

44
module Train
5-
VERSION = "3.13.3".freeze
5+
VERSION = "3.13.4".freeze
66
end

0 commit comments

Comments
 (0)