Skip to content

Tags: kengos/shojiku

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
publish: probe crates.io for the version, not the crate (#109)

The crates job's skip probe and its final arbiter both asked
crates.io/api/v1/crates/<name> — a crate-level URL that answers 200
for any crate that has ever published. On the first version bump after
a release that means every member "is already on crates.io": the
v0.2.0 run skipped all 16 crates and reported success with nothing
uploaded. Both probes now ask crates/<name>/<version>, with the
version taken from cargo metadata rather than retyped, so a skip
means THIS version is up and the arbiter fails when it is not.

sdk/go/v0.2.0

Toggle sdk/go/v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
publish: probe crates.io for the version, not the crate (#109)

The crates job's skip probe and its final arbiter both asked
crates.io/api/v1/crates/<name> — a crate-level URL that answers 200
for any crate that has ever published. On the first version bump after
a release that means every member "is already on crates.io": the
v0.2.0 run skipped all 16 crates and reported success with nothing
uploaded. Both probes now ask crates/<name>/<version>, with the
version taken from cargo metadata rather than retyped, so a skip
means THIS version is up and the arbiter fails when it is not.

v0.1.0

Toggle v0.1.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Shojiku v0.1.0 — the first release

sdk/go/v0.1.0

Toggle sdk/go/v0.1.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
shojiku Go SDK v0.1.0