Releases: dazuma/toys
Releases · dazuma/toys
toys-release 0.3.2
v0.3.2 / 2025-12-25
- DOCS: Some formatting fixes in the user guide
toys 0.19.0
v0.19.0 / 2025-12-22
Compatibility update for Ruby 4.0, including:
- The logger gem is now an explicit dependency
- Calling a tool via exec no longer disables rubygems
- Bundler integration does a better job of cleaning up temporary lockfiles under bundler 4
Additionally, this release includes updates to readmes and users guides
toys-release 0.3.1
v0.3.1 / 2025-12-22
- FIXED: Reset the local repository prior to each pipeline step
- DOCS: Updates to readmes and users guides
toys-core 0.19.0
v0.19.0 / 2025-12-22
Compatibility update for Ruby 4.0, including:
- The logger gem is now an explicit dependency
- Calling a tool via exec no longer disables rubygems
- Bundler integration does a better job of cleaning up temporary lockfiles under bundler 4
Additionally, this release includes updates to readmes and users guides
toys-release 0.3.0
v0.3.0 / 2025-12-06
This release includes fairly substantial changes, a few of them breaking, to the configuration mechanism:
- Component types have been removed. You can customize the pipeline for specific components, but there are no longer any predefined "categories" of components.
- Commit tag handling can be overridden for specific components.
- Added a configuration to control how collisions during file copies (in inputs and outputs) are resolved.
- Unknown or misspelled keys in the configuration now trigger an error.
Aditional changes:
- Renamed the gen-settings tool to gen-config and expanded its capabilities, including generating git_user_name and git_user_email.
- When the release automation starts, it posts a comment on the release pull request with a link to its logs.
- Initial work on the users guide.
toys 0.18.0
v0.18.0 / 2025-12-05
- ADDED: The load_gem directive can now take version requirements as positional arguments
toys-core 0.18.0
v0.18.0 / 2025-12-05
- ADDED: The load_gem directive can now take version requirements as positional arguments
toys 0.17.2
v0.17.2 / 2025-11-30
- DOCS: Fixed minor typos in readme files
toys-release 0.2.2
v0.2.2 / 2025-11-30
- FIXED: Fixed several crashes in the retry tool
- FIXED: Fixed step cleaner trying to clean the .git directory on non-monorepos
- FIXED: Repo prechecks can now actually stop releases from being performed
- FIXED: Retry tool uses --work-dir= instead of --gh-pages-dir=
- FIXED: Dry run mode no longer attempts to update pull requests or open issues
toys-release 0.2.1
v0.2.1 / 2025-11-30
- FIXED: Fixed some typos in the release pipeline logs
- DOCS: Fixed minor typos in readme files