Skip to content

Commit 7ca6c2d

Browse files
committed
Bump version to 3.10.11 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent fd9af4b commit 7ca6c2d

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

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.10.11 -->
2+
## [v3.10.11](https://github.com/inspec/train/tree/v3.10.11) (2023-10-16)
33

44
#### Merged Pull Requests
5+
- Fix upload to support individual files [#742](https://github.com/inspec/train/pull/742) ([thheinen](https://github.com/thheinen))
56
- Update mocha requirement from ~&gt; 1.1 to ~&gt; 2.1 [#748](https://github.com/inspec/train/pull/748) ([dependabot[bot]](https://github.com/dependabot[bot]))
67
<!-- latest_release -->
78

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

1112
#### Merged Pull Requests
13+
- Fix upload to support individual files [#742](https://github.com/inspec/train/pull/742) ([thheinen](https://github.com/thheinen)) <!-- 3.10.11 -->
1214
- Update mocha requirement from ~&gt; 1.1 to ~&gt; 2.1 [#748](https://github.com/inspec/train/pull/748) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 3.10.10 -->
1315
- [WIP] Drop ruby 2.7 test as it has reached EOL [#754](https://github.com/inspec/train/pull/754) ([ahasunos](https://github.com/ahasunos)) <!-- 3.10.10 -->
1416
- Fix `mocha` ~1.1 incompatibility with `minitest` [#752](https://github.com/inspec/train/pull/752) ([ahasunos](https://github.com/ahasunos)) <!-- 3.10.9 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.10
1+
3.10.11

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 (<dominik.richter@gmail.com>)
33

44
module Train
5-
VERSION = "3.10.10".freeze
5+
VERSION = "3.10.11".freeze
66
end

0 commit comments

Comments
 (0)