Commit d6a9c69
release: 0.2.3 (#571)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Bumped package and workspace versions to 0.2.3 and updated packaging
templates.
* Updated platform-specific optional binaries to 0.2.3 for consistent
distribution.
* Changed the publish workflow to reference a different local setup
source to streamline publishing.
* No functional changes; APIs and runtime behavior remain unchanged.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
<!-- greptile_comment -->
File Analysis
| Filename | Score | Overview |
|----------|-------|----------|
| Cargo.toml | 5/5 | Version bumped from 0.2.2 to 0.2.3 in workspace
package section |
| .github/packages/npm-package/package.json | 5/5 | NPM package and all
platform-specific dependencies updated to 0.2.3 |
| .github/packages/npm-package/package.json.tmpl | 5/5 | Template
version updated to 0.2.3 for platform-specific packages |
| Cargo.lock | 5/5 | Lockfile updated with version 0.2.3 for all
workspace crates and dependency graph changes |
| test-integration/Cargo.lock | 5/5 | Integration test lockfile updated
with version 0.2.3 for workspace crates |
</details>
<h3>Sequence Diagram</h3>
```mermaid
sequenceDiagram
participant Dev as Developer
participant PR as Pull Request #570
participant Cargo as Cargo.toml
participant NPM as package.json
participant Lock as Cargo.lock files
participant Release as Release PR #571
Dev->>PR: Merge fix for NPM release
Note over PR: Fixes log suppression<br/>for NPM wrapper
Dev->>Cargo: Update version to 0.2.3
Dev->>NPM: Update version to 0.2.3
Dev->>NPM: Update platform deps to 0.2.3
Cargo->>Lock: Regenerate Cargo.lock
Note over Lock: ~35 workspace crates<br/>updated to 0.2.3
Cargo->>Lock: Regenerate test-integration/Cargo.lock
Note over Lock: Integration test deps<br/>updated to 0.2.3
Dev->>Release: Create release PR #571
Note over Release: Standard version bump<br/>No functional changes
```
<!-- greptile_other_comments_section -->
<!-- /greptile_comment -->
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>1 parent 3b5dd0e commit d6a9c69
File tree
6 files changed
+95
-95
lines changed- .github
- packages/npm-package
- workflows
- test-integration
6 files changed
+95
-95
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments