-
Notifications
You must be signed in to change notification settings - Fork 3
chore(main): release 0.32.0 #265
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
5af8dca to
92e4413
Compare
92e4413 to
bfeb2ed
Compare
bfeb2ed to
a9624f6
Compare
a9624f6 to
532d8bc
Compare
532d8bc to
8c995d7
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #265 +/- ##
========================================
- Coverage 2.38% 2.38% -0.01%
========================================
Files 76 77 +1
Lines 57628 58786 +1158
========================================
+ Hits 1377 1400 +23
- Misses 56176 57315 +1139
+ Partials 75 71 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8c995d7 to
7a1ebe5
Compare
97285b1 to
ed30aad
Compare
ed30aad to
58fad0b
Compare
4fad448 to
0b4c19f
Compare
0b4c19f to
d256c74
Compare
364beab to
d96ebcc
Compare
ab03105 to
772cb6e
Compare
772cb6e to
2caa29f
Compare
2caa29f to
c480b6e
Compare
This PR is being reviewed by Cursor BugbotDetailsYour team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team. To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
Bug: Version Downgrade Violates Semantic VersioningThe release attempts to introduce version 0.32.0, but the manifest downgrades the version from 0.32.1 to 0.32.0. The changelog for 0.32.0 also incorrectly compares against v0.32.1. This violates semantic versioning, leading to an inconsistent version history and potential release conflicts. Additional Locations (1) |
c480b6e to
4d72cdd
Compare
| @@ -1,3 +1,3 @@ | |||
| { | |||
| ".": "0.32.1" | |||
| ".": "0.32.0" | |||
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 Downgrade Violates Semantic Versioning
Version downgrade detected: The version is being changed from "0.32.1" to "0.32.0", which violates semantic versioning principles. Version 0.32.1 already exists (as shown in the CHANGELOG.md), so releasing 0.32.0 after 0.32.1 would create a backwards version progression. This will cause confusion in version management and may break dependency resolution systems that expect monotonically increasing version numbers.
| @@ -1,5 +1,305 @@ | |||
| # Changelog | |||
|
|
|||
| ## [0.32.0](https://github.com/instill-ai/artifact-backend/compare/v0.32.1...v0.32.0) (2025-10-26) | |||
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: Changelog Version Comparison Error
Incorrect version comparison in changelog header: The comparison URL shows compare/v0.32.1...v0.32.0, which compares from a newer version (0.32.1) to an older version (0.32.0). This is backwards and inconsistent with the existing changelog pattern where version 0.32.1 already exists and should be the base for comparison. The correct comparison should be compare/v0.31.1...v0.32.0 or similar, comparing from the previous release to the new one.
🤖 I have created a release beep boop
0.32.0 (2025-10-26)
Features
Bug Fixes
Miscellaneous
formattotypein preset pipelines (#143) (7a6287c)Documentation
Refactor
Tests
This PR was generated with Release Please. See documentation.