mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 00:01:25 +00:00
Bump version to 0.1.1
This commit is contained in:
@@ -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
@@ -1996,7 +1996,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "moli"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
|
||||
+2
-2
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user