release: v0.6.0#113
Merged
Merged
Conversation
Member
niteshpurohit
commented
May 26, 2026
- Updated version numbers to 0.6.0 across all relevant files.
- Enhanced CHANGELOG with new features and links for v0.6.0.
- Adjusted tests to reflect the new version number.
- Updated dependencies in Gemfile.lock for compatibility.
- Updated version numbers to 0.6.0 across all relevant files. - Enhanced CHANGELOG with new features and links for v0.6.0. - Adjusted tests to reflect the new version number. - Updated dependencies in Gemfile.lock for compatibility.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the kaal mono-repo for the v0.6.0 release by bumping version references across the core gem and framework integrations, updating lockfiles, and adding the release entry to the changelog.
Changes:
- Bump gem/version constants and specs from
0.5.0to0.6.0acrosskaaland its integration gems. - Update RBS signatures for
VERSIONconstants to use the generalStringtype. - Refresh Bundler lockfiles (including a
zeitwerkpatch bump) and add the0.6.0changelog entry.
Reviewed changes
Copilot reviewed 18 out of 27 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| gems/kaal/spec/kaal/version_spec.rb | Updates version expectation to 0.6.0. |
| gems/kaal/spec/kaal_api_and_cli_spec.rb | Updates API/CLI version output assertions to 0.6.0. |
| gems/kaal/spec/e2e/kaal/cli_integration_spec.rb | Updates E2E CLI “status” output assertion to 0.6.0. |
| gems/kaal/sig/kaal/version.rbs | Loosens Kaal::VERSION RBS type to String. |
| gems/kaal/lib/kaal/version.rb | Bumps core gem VERSION constant to 0.6.0. |
| gems/kaal/Gemfile.lock | Updates locked gem version to 0.6.0 and refreshes dependencies. |
| gems/kaal-sinatra/spec/kaal/sinatra_spec.rb | Updates Sinatra integration version expectation to 0.6.0. |
| gems/kaal-sinatra/sig/kaal/sinatra/version.rbs | Loosens Kaal::Sinatra::VERSION RBS type to String. |
| gems/kaal-sinatra/lib/kaal/sinatra/version.rb | Bumps Sinatra integration VERSION constant to 0.6.0. |
| gems/kaal-sinatra/Gemfile.lock | Updates locked versions to 0.6.0 and refreshes dependencies. |
| gems/kaal-roda/spec/kaal/roda_spec.rb | Updates Roda integration version expectation to 0.6.0. |
| gems/kaal-roda/sig/kaal/roda/version.rbs | Loosens Kaal::Roda::VERSION RBS type to String. |
| gems/kaal-roda/lib/kaal/roda/version.rb | Bumps Roda integration VERSION constant to 0.6.0. |
| gems/kaal-roda/Gemfile.lock | Updates locked versions to 0.6.0 and refreshes dependencies. |
| gems/kaal-rails/spec/kaal/rails_spec.rb | Updates Rails integration version expectation to 0.6.0. |
| gems/kaal-rails/sig/kaal/rails/version.rbs | Loosens Kaal::Rails::VERSION RBS type to String. |
| gems/kaal-rails/lib/kaal/rails/version.rb | Bumps Rails integration VERSION constant to 0.6.0. |
| gems/kaal-rails/gemfiles/rails_edge.gemfile.lock | Updates Rails edge matrix lockfile (including rails revision + version bumps). |
| gems/kaal-rails/gemfiles/rails_8_1.gemfile.lock | Updates Rails 8.1 matrix lockfile versions to 0.6.0. |
| gems/kaal-rails/gemfiles/rails_8_0.gemfile.lock | Updates Rails 8.0 matrix lockfile versions to 0.6.0. |
| gems/kaal-rails/gemfiles/rails_7_2.gemfile.lock | Updates Rails 7.2 matrix lockfile versions to 0.6.0. |
| gems/kaal-rails/Gemfile.lock | Updates Rails integration lockfile versions to 0.6.0. |
| gems/kaal-hanami/spec/kaal/hanami_spec.rb | Updates Hanami integration version expectation to 0.6.0. |
| gems/kaal-hanami/sig/kaal/hanami/version.rbs | Loosens Kaal::Hanami::VERSION RBS type to String. |
| gems/kaal-hanami/lib/kaal/hanami/version.rb | Bumps Hanami integration VERSION constant to 0.6.0. |
| gems/kaal-hanami/Gemfile.lock | Updates Hanami integration lockfile versions to 0.6.0. |
| CHANGELOG.md | Adds 0.6.0 release notes + compare link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.