Skip to content

Open 0.2.0 development - #7

Merged
Lavmee merged 1 commit into
mainfrom
bump-0-2-0-snapshot
Jul 28, 2026
Merged

Open 0.2.0 development#7
Lavmee merged 1 commit into
mainfrom
bump-0-2-0-snapshot

Conversation

@Lavmee

@Lavmee Lavmee commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

0.1.0 is released, so the working tree should stop building artifacts that carry a version already on Maven Central.

Five places, because the version is genuinely two numbers that have to agree:

  • build.gradle.kts default → 0.2.0-SNAPSHOT
  • iroh4k/src/rust/Cargo.toml [package] version0.2.0 (Cargo has no SNAPSHOT concept, and this is what CARGO_PKG_VERSION feeds into Iroh4k.version)
  • the two smoke assertions that hardcode the string, in CommonSmokeTests and DeviceSmokeTests
  • Cargo.lock, updated by the next build

scripts/check-release-version.sh now accepts 0.2.0 and rejects 0.1.0 — verified in both directions, since that guard is the only thing standing between a mistyped tag and an artifact that misreports itself.

README.md and STATUS.md are deliberately untouched: they describe the latest release, which is still 0.1.0.

clippy -D warnings clean; jvmTest 216, macosArm64Test 216, testAndroidHostTest 222, zero failures.

0.1.0 is released, so the working tree should stop building artifacts that carry
a version already on Maven Central.

Five places, because the version is genuinely two numbers that have to agree.
Gradle's default goes to 0.2.0-SNAPSHOT; the crate manifest goes to 0.2.0, since
Cargo has no SNAPSHOT concept and it is what CARGO_PKG_VERSION feeds into
Iroh4k.version; and the two smoke assertions that hardcode the string follow.
Cargo.lock picked up the crate's own entry on the next build.

check-release-version.sh now accepts 0.2.0 and rejects 0.1.0 — verified both
directions, since that guard is the only thing standing between a mistyped tag
and an artifact that misreports itself.

216 / 216 / 222 green.
@Lavmee
Lavmee merged commit 1816c2a into main Jul 28, 2026
10 checks passed
@Lavmee
Lavmee deleted the bump-0-2-0-snapshot branch July 28, 2026 21:49
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