chore(release): v0.11.0

Bump Cargo.toml to 0.11.0, pin the README install snippet to "0.11",
and add the 0.11.0 CHANGELOG section.

Release highlights:
  - a full permutation crossover/mutation toolkit (OX, PMX, CX, ERX
    crossovers; Inversion, Insertion, Scramble mutations);
  - a micro-benchmark-guided performance pass over the combinatorial
    operators and the Pareto/metrics machinery;
  - a whole-program profiling campaign that cut the `compare`
    workload's instruction count 357.06B -> 165.31B (-53.7%), all
    bit-identical.

No public-API breaks — the release is purely additive.
This commit is contained in:
2026-05-14 14:32:39 -06:00
parent 819014bf58
commit a0f5b9a660
3 changed files with 89 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "heuropt"
version = "0.10.0"
version = "0.11.0"
edition = "2024"
rust-version = "1.85"
authors = ["Stephen Waits <steve@waits.net>"]