blackopsrepl commited on
Commit
6bc6ef3
·
1 Parent(s): ab93852

chore(release): bump fsr app version to 1.0.1

Browse files

Update the field-service routing application package version from 0.1.0 to
1.0.1 across the Cargo manifest, lockfile, README versioning section, and
Makefile header so local tooling and documentation report the same app release.

This is an app-version-only change. SolverForge runtime, UI, maps, and other
dependency versions remain unchanged.

Validated with cargo check, make version, the standard Rust and frontend test
surface, git diff whitespace checks, and the handwritten file line-count guard.

Files changed (4) hide show
  1. Cargo.lock +1 -1
  2. Cargo.toml +1 -1
  3. Makefile +1 -1
  4. README.md +1 -1
Cargo.lock CHANGED
@@ -1591,7 +1591,7 @@ dependencies = [
1591
 
1592
  [[package]]
1593
  name = "solverforge-fsr"
1594
- version = "0.1.0"
1595
  dependencies = [
1596
  "axum",
1597
  "parking_lot",
 
1591
 
1592
  [[package]]
1593
  name = "solverforge-fsr"
1594
+ version = "1.0.1"
1595
  dependencies = [
1596
  "axum",
1597
  "parking_lot",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "solverforge-fsr"
3
- version = "0.1.0"
4
  edition = "2021"
5
  rust-version = "1.95"
6
  description = "Constraint optimizer built with SolverForge"
 
1
  [package]
2
  name = "solverforge-fsr"
3
+ version = "1.0.1"
4
  edition = "2021"
5
  rust-version = "1.95"
6
  description = "Constraint optimizer built with SolverForge"
Makefile CHANGED
@@ -1,4 +1,4 @@
1
- # SolverForge FSR Makefile v0.1.0
2
  # Rust + frontend syntax + Space-oriented local build system.
3
 
4
  GREEN := \033[92m
 
1
+ # SolverForge FSR Makefile v1.0.1
2
  # Rust + frontend syntax + Space-oriented local build system.
3
 
4
  GREEN := \033[92m
README.md CHANGED
@@ -45,7 +45,7 @@ the release binary `solverforge_fsr`.
45
 
46
  ## Versioning
47
 
48
- The app package version is `0.1.0`; the release binary is `solverforge_fsr`.
49
 
50
  - CLI version used to scaffold this project: `2.0.3`
51
  - SolverForge runtime target for this scaffold: `solverforge 0.11.1`
 
45
 
46
  ## Versioning
47
 
48
+ The app package version is `1.0.1`; the release binary is `solverforge_fsr`.
49
 
50
  - CLI version used to scaffold this project: `2.0.3`
51
  - SolverForge runtime target for this scaffold: `solverforge 0.11.1`