Skip to content

Commit aaef516

Browse files
committed
chore(release): bump solverforge-cli to 1.1.0
Advance the CLI package version to 1.1.0 so the shipped binary version matches the current release line after the scaffold retarget updates. This commit only updates package metadata in Cargo.toml and Cargo.lock. Generated projects still target solverforge 0.8.3 and solverforge-ui 0.4.2; the change here is the CLI product version that users see in solverforge --version and release artifacts. Verification: - cargo run --quiet -- --version - cargo test --test scaffold_test -- --nocapture
1 parent 241014c commit aaef516

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solverforge-cli"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
repository = "https://github.com/solverforge/solverforge-cli"

0 commit comments

Comments
 (0)