Skip to content

chore(release): 0.2.4#32

Merged
amavashev merged 1 commit into
mainfrom
chore/release-0.2.4
May 8, 2026
Merged

chore(release): 0.2.4#32
amavashev merged 1 commit into
mainfrom
chore/release-0.2.4

Conversation

@amavashev
Copy link
Copy Markdown
Contributor

Summary

Releases the broader crates.io framing landed in #31. No behavioral or API changes — metadata, README, and CHANGELOG only.

File Change
Cargo.toml version = "0.2.3""0.2.4"
CHANGELOG.md New [0.2.4] - 2026-05-08 entry under "Changed"
Cargo.lock Regenerated by cargo build with the new version

After merge

Push the v0.2.4 tag to trigger the automated crates.io publish:

git checkout main
git pull
git tag v0.2.4
git push origin v0.2.4

That fires .github/workflows/ci.yml (on: push: tags: ["v*"]) → "Publish to crates.io" job → cargo publish.

Test plan

  • cargo build — clean, regenerated Cargo.lock
  • cargo test -- --skip live — all passing
  • Conformance audit results unchanged from 0.2.3 (95.55% coverage; 9/9 endpoints, 6/6 request schemas, 10/10 response schemas all match v0.1.24 spec)
  • After tag push, verify https://crates.io/crates/runcycles shows 0.2.4 with the new description and keywords surfaced.

Releases the broader crates.io framing landed in #31. No behavioral
or API changes — metadata, README, and CHANGELOG only.

  Cargo.toml: version 0.2.3 → 0.2.4
  CHANGELOG.md: new [0.2.4] - 2026-05-08 entry under "Changed"
  Cargo.lock: regenerated by cargo build with the new version

After this PR merges, push the v0.2.4 tag to trigger the automated
crates.io publish step in .github/workflows/ci.yml (on: push: tags:
["v*"] → "Publish to crates.io" job → cargo publish).

Conformance audit results unchanged from 0.2.3 (95.55% coverage,
all 9/9 endpoints + 6/6 request schemas + 10/10 response schemas
match v0.1.24 spec).
@amavashev amavashev enabled auto-merge May 8, 2026 11:56
@amavashev amavashev merged commit 45889da into main May 8, 2026
8 checks passed
@amavashev amavashev deleted the chore/release-0.2.4 branch May 8, 2026 12:00
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