Skip to content

Commit fd9ba3e

Browse files
authored
release: Release 4 items (#353)
* toys 0.17.2 (was 0.17.1) * toys-core 0.17.2 (was 0.17.1) * toys-release 0.2.1 (was 0.2.0) * common-tools 0.18.0 (was 0.17.1)
1 parent 28dc01e commit fd9ba3e

File tree

8 files changed

+22
-4
lines changed

8 files changed

+22
-4
lines changed

common-tools/.lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module CommonTools
66
# Current version of the Toys common tools.
77
# @return [String]
88
#
9-
VERSION = "0.17.1"
9+
VERSION = "0.18.0"
1010
end
1111
end

common-tools/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
### v0.18.0 / 2025-11-30
4+
5+
* BREAKING CHANGE: Removed release tooling from common-tools; use the toys-release gem instead
6+
37
### v0.17.1 / 2025-11-04
48

59
* FIXED: Toys release request covers all releasable components if no components are specified

toys-core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
### v0.17.2 / 2025-11-30
4+
5+
* FIXED: Minor formatting fix in the gem install prompt
6+
* DOCS: Fixed minor typos in readme files
7+
38
### v0.17.1 / 2025-11-07
49

510
* FIXED: Rolled back dependency on the logger gem because it is causing some issues with bundler integration

toys-core/lib/toys/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Core
99
# Current version of Toys core.
1010
# @return [String]
1111
#
12-
VERSION = "0.17.1"
12+
VERSION = "0.17.2"
1313
end
1414

1515
##

toys-release/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
### v0.2.1 / 2025-11-30
4+
5+
* FIXED: Fixed some typos in the release pipeline logs
6+
* DOCS: Fixed minor typos in readme files
7+
38
### v0.2.0 / 2025-11-30
49

510
* BREAKING CHANGE: Reworked pipeline design and normalized how steps communicate

toys-release/lib/toys/release/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module Release
66
# Current version of the Toys release system.
77
# @return [String]
88
#
9-
VERSION = "0.2.0"
9+
VERSION = "0.2.1"
1010
end
1111
end

toys/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
### v0.17.2 / 2025-11-30
4+
5+
* DOCS: Fixed minor typos in readme files
6+
37
### v0.17.1 / 2025-11-07
48

59
* FIXED: Rolled back dependency on the logger gem because it is causing some issues with bundler integration

toys/lib/toys/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module Toys
55
# Current version of the Toys command line executable.
66
# @return [String]
77
#
8-
VERSION = "0.17.1"
8+
VERSION = "0.17.2"
99
end

0 commit comments

Comments
 (0)