chore: release v3.2.2#599
Conversation
Greptile SummaryThis is a standard release PR bumping all package versions from 3.2.1 to 3.2.2 across Confidence Score: 5/5This PR is safe to merge — all changes are mechanical version bumps and auto-generated file updates with no logic changes. All changes are consistent version string updates from 3.2.1 → 3.2.2 across the workspace, plus routine lockfile and dependency maintenance. No code logic was modified. No files require special attention Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release v3.2.2] --> B[Cargo Manifests]
A --> C[Lock Files]
A --> D[Generated Docs]
B --> B1[Cargo.toml workspace]
B --> B2[cli/Cargo.toml]
B --> B3[lib/Cargo.toml]
C --> C1[Cargo.lock js-sys / wasm-bindgen / web-sys bumps]
C --> C2[aube-lock.yaml remove typescript@6.0.3]
D --> D1[cli/usage.usage.kdl]
D --> D2[docs/cli/reference/commands.json]
D --> D3[docs/cli/reference/index.md]
D --> D4[CHANGELOG.md]
Reviews (16): 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 79.03% 79.03%
=======================================
Files 48 48
Lines 7235 7235
Branches 7235 7235
=======================================
Hits 5718 5718
Misses 1140 1140
Partials 377 377 ☔ 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
🐛 Bug Fixes
📚 Documentation
🔍 Other Changes
📦️ Dependency Updates