-
Notifications
You must be signed in to change notification settings - Fork 19
Bump version from 2.1.0 to 2.2.0 #325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Alexander Lanin <Alexander.Lanin@etas.com>
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: Click to expand output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR bumps the module version from 2.1.0 to 2.2.0 in the MODULE.bazel file, following semantic versioning conventions. This is a minor version increment, suggesting new features or enhancements have been added while maintaining backward compatibility.
Key Changes
- Updated module version from "2.1.0" to "2.2.0" in MODULE.bazel
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| module( | ||
| name = "score_docs_as_code", | ||
| version = "2.1.0", | ||
| version = "2.2.0", |
Copilot
AI
Dec 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation in docs/how-to/setup.md line 26 still references version "2.0.3" in the installation example. This should be updated to "2.2.0" to match the new module version being released, ensuring users install the correct version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct! next pr
|
The created documentation from the pull request is available at: docu-html |
Signed-off-by: Alexander Lanin <Alexander.Lanin@etas.com>
No description provided.