File tree Expand file tree Collapse file tree 8 files changed +22
-4
lines changed
Expand file tree Collapse file tree 8 files changed +22
-4
lines changed Original file line number Diff line number Diff 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
1111end
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ##
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1111end
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 "
99end
You can’t perform that action at this time.
0 commit comments