Skip to content

Releases: ianwijma/keep-running

1.0.2: Update version and fix CI action name

20 Nov 14:04
Compare
Choose a tag to compare
Updated kr package's version to 1.0.2 in Cargo.toml and Cargo.lock files. Also, fixed the wrong property reference in the GitHub Actions release workflow. From "gitea.actor" to "github.actor" which might have caused incorrect workflow run name in GitHub CI/CD.

1.0.1: Refactor spawn_process fn to handle spawn error

20 Nov 14:02
Compare
Choose a tag to compare
This commit modifies the spawn_process function to explicitly return a Result type, handling the error of the spawn() method. This change improves the readability of the error handling and makes it more idiomatic in Rust. As a secondary correction, it fixes a typo in a print statement.

Release Test 1

20 Nov 14:08
Compare
Choose a tag to compare
Update version and fix CI action name

Updated kr package's version to 1.0.2 in Cargo.toml and Cargo.lock files. Also, fixed the wrong property reference in the GitHub Actions release workflow. From "gitea.actor" to "github.actor" which might have caused incorrect workflow run name in GitHub CI/CD.