-
Notifications
You must be signed in to change notification settings - Fork 8
Bump version to 1.0.0rc1 #826
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
base: main
Are you sure you want to change the base?
Conversation
📜 Docstring Coverage ReportRESULT: PASSED (minimum: 30.0%, actual: 75.5%) Detailed Coverage Report |
📦 Trivy Vulnerability Scan Results
Report Summary
Scan Result Details✅ No vulnerabilities found during the scan for |
📦 Trivy Secret Scan Results
Report Summary
Scan Result Details✅ No secrets found during the scan for |
|
🛠 Docs available at: https://k.atlan.dev/application-sdk/bump-version-main |
| [project] | ||
| name = "atlan-application-sdk" | ||
| version = "1.0.0" | ||
| version = "1.0.0rc1" |
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.
Bug: Version bumped backward from stable to release candidate
The version was changed from 1.0.0 (stable release from November 21) to 1.0.0rc1 (release candidate), which violates semantic versioning. Release candidates precede stable releases, not follow them. The CHANGELOG comparison URL also incorrectly compares v1.0.0...v1.0.0rc1, suggesting the stable release came before the RC. This creates version ordering confusion and may break dependency resolution in package managers.
Additional Locations (2)
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
|
🛠 Full Test Coverage Report: https://k.atlan.dev/coverage/application-sdk/pr/826 |
Automated version bump after merge to main.
This PR updates:
Version: 1.0.0 → 1.0.0rc1
Note
Bumps package version to 1.0.0rc1, updates CHANGELOG with release notes, and syncs uv.lock.
__version__inapplication_sdk/version.pyto1.0.0rc1.project.versioninpyproject.tomlto1.0.0rc1.uv.lock(revision change and package version to1.0.0rc1).CHANGELOG.mdentry forv1.0.0rc1with features and bug fixes.Written by Cursor Bugbot for commit bca5d01. This will update automatically on new commits. Configure here.