Conversation
Greptile SummaryThis is a standard release bump from v3.2.1 to v3.3.0, updating version strings across all Rust crates ( Confidence Score: 5/5Clean release PR — safe to merge All changes are mechanical version bumps, generated file updates, lock file maintenance, and a changelog entry. No logic changes are present. No files require special attention Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release v3.3.0] --> B[Rust crates]
A --> C[JS / docs tooling]
A --> D[CHANGELOG.md]
B --> B1[lib/Cargo.toml 3.2.1 → 3.3.0]
B --> B2[cli/Cargo.toml 3.2.1 → 3.3.0]
B --> B3[Cargo.toml workspace dep 3.2.1 → 3.3.0]
B --> B4[Cargo.lock usage-lib/usage-cli + transitive dep bumps]
C --> C1[aube-lock.yaml eslint 10.2.1 → 10.3.0]
C --> C2[cli/usage.usage.kdl version 3.3.0]
C --> C3[docs/cli/reference/commands.json version 3.3.0]
C --> C4[docs/cli/reference/index.md Version 3.3.0]
Reviews (24): Last reviewed commit: "[autofix.ci] apply automated fixes" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #599 +/- ##
=======================================
Coverage 78.94% 78.94%
=======================================
Files 49 49
Lines 7284 7284
Branches 7284 7284
=======================================
Hits 5750 5750
Misses 1147 1147
Partials 387 387 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Code Review
This pull request performs a version bump from 3.2.1 to 3.2.2 across the project, including updates to CHANGELOG.md, Cargo.toml, and various documentation and metadata files. It also includes several dependency updates in Cargo.lock and a significant reformatting of aube-lock.yaml to use single quotes and remove an entry for TypeScript 6.0.3. There are no review comments to address, and I have no feedback to provide on these changes.
3a03216 to
6a69438
Compare
c1f3c22 to
72f7d27
Compare
🚀 Features
🐛 Bug Fixes
📚 Documentation
🔍 Other Changes
📦️ Dependency Updates