-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christoph Jabs <[email protected]>
- Loading branch information
Showing
12 changed files
with
104 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.2.1] - 2023-12-18 | ||
|
||
### Features | ||
|
||
- Cadical v1.9.0 - v1.9.2 | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rustsat-cadical" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
edition = "2021" | ||
authors = ["Christoph Jabs <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -38,7 +38,7 @@ v1-9-2 = [] | |
|
||
[dependencies] | ||
cpu-time = "1.0.0" | ||
rustsat = { version = "0.3.0", path = "../rustsat", default-features = false } | ||
rustsat = { version = "0.4.0", path = "../rustsat", default-features = false } | ||
|
||
[build-dependencies] | ||
cc = { version = "1.0.83", features = ["parallel"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.2.1] - 2023-12-18 | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Updated the following local packages: rustsat | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rustsat-glucose" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
edition = "2021" | ||
authors = ["Christoph Jabs <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -18,7 +18,7 @@ glucose4-1 = [] | |
|
||
[dependencies] | ||
cpu-time = "1.0.0" | ||
rustsat = { version = "0.3.0", path = "../rustsat", default-features = false } | ||
rustsat = { version = "0.4.0", path = "../rustsat", default-features = false } | ||
|
||
[build-dependencies] | ||
cc = { version = "1.0.83", features = ["parallel"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.1.3] - 2023-12-18 | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Updated the following local packages: rustsat | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rustsat-kissat" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
edition = "2021" | ||
authors = ["Christoph Jabs <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -26,7 +26,7 @@ sc2022-bulky = [] | |
|
||
[dependencies] | ||
cpu-time = "1.0.0" | ||
rustsat = { version = "0.3.0", path = "../rustsat", default-features = false } | ||
rustsat = { version = "0.4.0", path = "../rustsat", default-features = false } | ||
|
||
[build-dependencies] | ||
cc = { version = "1.0.83", features = ["parallel"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.2.1] - 2023-12-18 | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Updated the following local packages: rustsat | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rustsat-minisat" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
edition = "2021" | ||
authors = ["Christoph Jabs <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -15,7 +15,7 @@ build = "build.rs" | |
|
||
[dependencies] | ||
cpu-time = "1.0.0" | ||
rustsat = { version = "0.3.0", path = "../rustsat", default-features = false } | ||
rustsat = { version = "0.4.0", path = "../rustsat", default-features = false } | ||
|
||
[build-dependencies] | ||
cc = { version = "1.0.83", features = ["parallel"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rustsat" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
edition = "2021" | ||
authors = ["Christoph Jabs <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.2.1] - 2023-12-18 | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Updated the following local packages: rustsat, rustsat-cadical | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rustsat-tools" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
edition = "2021" | ||
authors = ["Christoph Jabs <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -12,8 +12,8 @@ readme = "README.md" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
rustsat = { version = "0.3.0", path = "../rustsat", features = ["compression", "multiopt", "rand", "internals"] } | ||
rustsat-cadical = { version = "0.2.0", path = "../cadical" } | ||
rustsat = { version = "0.4.0", path = "../rustsat", features = ["compression", "multiopt", "rand", "internals"] } | ||
rustsat-cadical = { version = "0.2.1", path = "../cadical" } | ||
clap = { version = "4.2.4", features = ["derive", "cargo"] } | ||
concolor-clap = { version = "0.1.0" } | ||
termcolor = { version = "1.2.0" } | ||
|