Skip to content

Commit 0c11475

Browse files
committed
release: v0.5.0
1 parent cbd4af9 commit 0c11475

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "problemreductions-macros", "problemreductions-cli"]
33

44
[package]
55
name = "problemreductions"
6-
version = "0.4.0"
6+
version = "0.5.0"
77
edition = "2021"
88
description = "A library for reducing NP-hard problems"
99
license = "MIT"
@@ -32,7 +32,7 @@ good_lp = { version = "=1.14.2", default-features = false, optional = true }
3232
inventory = "0.3"
3333
ordered-float = "5.0"
3434
rand = "0.10"
35-
problemreductions-macros = { version = "0.4.0", path = "problemreductions-macros" }
35+
problemreductions-macros = { version = "0.5.0", path = "problemreductions-macros" }
3636

3737
[dev-dependencies]
3838
proptest = "1.0"

problemreductions-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "problemreductions-cli"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "CLI tool for exploring NP-hard problem reductions"
66
license = "MIT"
@@ -23,7 +23,7 @@ cplex = ["problemreductions/ilp-cplex"]
2323
lp-solvers = ["problemreductions/ilp-lp-solvers"]
2424

2525
[dependencies]
26-
problemreductions = { version = "0.4.0", path = "..", default-features = false, features = ["example-db"] }
26+
problemreductions = { version = "0.5.0", path = "..", default-features = false, features = ["example-db"] }
2727
clap = { version = "4", features = ["derive"] }
2828
anyhow = "1"
2929
serde = { version = "1", features = ["derive"] }

problemreductions-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "problemreductions-macros"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "Procedural macros for problemreductions"
66
license = "MIT"

0 commit comments

Comments
 (0)