Skip to content

chore: bump antd to 0.3.0#26

Merged
Nic-dorman merged 1 commit intomainfrom
chore/bump-antd-0.3.0
Apr 16, 2026
Merged

chore: bump antd to 0.3.0#26
Nic-dorman merged 1 commit intomainfrom
chore/bump-antd-0.3.0

Conversation

@Nic-dorman
Copy link
Copy Markdown
Collaborator

Summary

  • Bumps antd/Cargo.toml from 0.2.00.3.0 (and regenerates antd/Cargo.lock).
  • Pre-1.0 semver minor bump for the breaking REST/gRPC contract change that landed in PR feat: file upload cost reporting and ClientConfig CLI flags #24: FileUploadPublicResponse / DirUploadPublicResponse / UploadPublicResponse proto dropped the always-empty cost field in favour of explicit storage_cost_atto, gas_cost_wei, chunks_stored, payment_mode_used.
  • Version-aligned with the antd-go/v0.3.0 Go-module tag cut yesterday so the daemon binary and Go SDK track the same version line.

After this merges (separate action)

Push v0.3.0 at the merge commit:

git tag v0.3.0 <merge-sha>
git push origin v0.3.0

That's the first-ever trigger for .github/workflows/release.yml. It will build the antd binary on three targets and publish a GitHub Release with:

  • antd-linux-amd64
  • antd-darwin-arm64
  • antd-windows-amd64.exe
  • SHA256SUMS

Once the release lands, indelible's .antd-version can be updated from v0.2.0 (currently points at nothing) to v0.3.0 to start bundling real binaries.

Test plan

  • cargo check clean
  • cargo fmt --check clean
  • cargo clippy --locked -- -D warnings clean
  • CI green
  • After merge: tag pushed, release.yml completes across all three targets, SHA256SUMS generated

🤖 Generated with Claude Code

Prepares the first cross-platform daemon binary release. 0.3.0 under
pre-1.0 semver is the minor bump for the breaking REST/gRPC contract
change that landed in PR #24: FileUploadPublicResponse and
DirUploadPublicResponse (and the UploadPublicResponse proto message)
dropped the always-empty 'cost' field in favour of explicit
storage_cost_atto, gas_cost_wei, chunks_stored, and payment_mode_used.
Parallel to the antd-go/v0.3.0 Go-module tag cut earlier so the daemon
binary and the Go SDK stay on the same version line.

After merge, pushing tag v0.3.0 at the merge commit will trigger
.github/workflows/release.yml for its first real run, producing
antd-linux-amd64 / antd-darwin-arm64 / antd-windows-amd64.exe plus
SHA256SUMS on the GitHub Release.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Nic-dorman Nic-dorman merged commit bf541cc into main Apr 16, 2026
3 checks passed
@Nic-dorman Nic-dorman deleted the chore/bump-antd-0.3.0 branch April 16, 2026 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant