diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 923d75ca1..843aaafb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: version: - description: Version from moli/Cargo.toml (for example, 0.1.0) + description: Version from moli/Cargo.toml (for example, 0.1.1) required: true type: string prerelease: diff --git a/Cargo.lock b/Cargo.lock index 0d5f508b9..dd2aef0cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1996,7 +1996,7 @@ dependencies = [ [[package]] name = "moli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "axum", diff --git a/RELEASING.md b/RELEASING.md index 254ec85b8..580c45735 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -31,13 +31,13 @@ untested. Linux or macOS: ```bash - scripts/release.sh --version 0.1.0 + scripts/release.sh --version 0.1.1 ``` Windows PowerShell: ```powershell - python scripts/release.py --version 0.1.0 --no-default-features + python scripts/release.py --version 0.1.1 --no-default-features ``` Artifacts are written to `dist/`. The packager rejects a version that does diff --git a/moli/Cargo.toml b/moli/Cargo.toml index 6af578f7d..8051ba8ad 100644 --- a/moli/Cargo.toml +++ b/moli/Cargo.toml @@ -1,8 +1,8 @@ [package] -license.workspace = true name = "moli" -version = "0.1.0" +version = "0.1.1" edition = "2024" +license.workspace = true [[bin]] name = "moli"