Bump version to 0.1.1

This commit is contained in:
ldm0
2026-08-11 13:50:57 +08:00
committed by Donough Liu
parent bb5c9d0fd3
commit 4365414028
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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:
Generated
+1 -1
View File
@@ -1996,7 +1996,7 @@ dependencies = [
[[package]]
name = "moli"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"axum",
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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"