Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph <[email protected]>
  • Loading branch information
chrjabs committed Feb 13, 2024
1 parent 4cd7f24 commit 5661455
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 13 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [0.4.3] - 2024-02-13

### Bug Fixes

- Remove weight_sum field from DbGte
- Opb tests
- Incorrect feature requirements

### Documentation

- Disable cbindgen on docs.rs

### Features

- Internal `from_raw` methods for db totalizers
- Thorough merge stragey for NodeById
- Make opb defaults more like pbo competition specs
- Output opbs with #variable line

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
## [0.4.2] - 2024-01-11

Expand Down
7 changes: 7 additions & 0 deletions cadical/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.2.4] - 2024-02-13

### Miscellaneous Tasks

- Updated the following local packages: rustsat

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
## [0.2.3] - 2024-01-11

Expand Down
4 changes: 2 additions & 2 deletions cadical/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-cadical"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["Christoph Jabs <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -40,7 +40,7 @@ v1-9-4 = []

[dependencies]
cpu-time = "1.0.0"
rustsat = { version = "0.4.2", path = "../rustsat", default-features = false }
rustsat = { version = "0.4.3", path = "../rustsat", default-features = false }

[build-dependencies]
cc = { version = "1.0.83", features = ["parallel"] }
Expand Down
7 changes: 7 additions & 0 deletions glucose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.2.4] - 2024-02-13

### Miscellaneous Tasks

- Updated the following local packages: rustsat

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
## [0.2.3] - 2024-01-11

Expand Down
4 changes: 2 additions & 2 deletions glucose/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-glucose"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["Christoph Jabs <[email protected]>"]
license = "MIT"
Expand All @@ -18,7 +18,7 @@ debug = []

[dependencies]
cpu-time = "1.0.0"
rustsat = { version = "0.4.2", path = "../rustsat", default-features = false }
rustsat = { version = "0.4.3", path = "../rustsat", default-features = false }

[build-dependencies]
cc = { version = "1.0.83", features = ["parallel"] }
Expand Down
7 changes: 7 additions & 0 deletions kissat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.1.6] - 2024-02-13

### Miscellaneous Tasks

- Updated the following local packages: rustsat

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
## [0.1.5] - 2024-01-11

Expand Down
4 changes: 2 additions & 2 deletions kissat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-kissat"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["Christoph Jabs <[email protected]>"]
license = "MIT"
Expand All @@ -26,7 +26,7 @@ sc2022-bulky = []

[dependencies]
cpu-time = "1.0.0"
rustsat = { version = "0.4.2", path = "../rustsat", default-features = false }
rustsat = { version = "0.4.3", path = "../rustsat", default-features = false }

[build-dependencies]
cc = { version = "1.0.83", features = ["parallel"] }
Expand Down
7 changes: 7 additions & 0 deletions minisat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.2.4] - 2024-02-13

### Miscellaneous Tasks

- Updated the following local packages: rustsat

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
## [0.2.3] - 2024-01-11

Expand Down
4 changes: 2 additions & 2 deletions minisat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-minisat"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["Christoph Jabs <[email protected]>"]
license = "MIT"
Expand All @@ -18,7 +18,7 @@ debug = []

[dependencies]
cpu-time = "1.0.0"
rustsat = { version = "0.4.2", path = "../rustsat", default-features = false }
rustsat = { version = "0.4.3", path = "../rustsat", default-features = false }

[build-dependencies]
cc = { version = "1.0.83", features = ["parallel"] }
Expand Down
2 changes: 1 addition & 1 deletion rustsat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
authors = ["Christoph Jabs <[email protected]>"]
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.2.4] - 2024-02-13

### Features

- Make opb defaults more like pbo competition specs

<!-- generated by git-cliff -->
## [0.2.3] - 2024-01-11

### Miscellaneous Tasks
Expand Down
8 changes: 4 additions & 4 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-tools"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["Christoph Jabs <[email protected]>"]
license = "MIT"
Expand All @@ -12,9 +12,9 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustsat = { version = "0.4.2", path = "../rustsat", features = ["compression", "multiopt", "rand", "internals"] }
rustsat-cadical = { version = "0.2.3", path = "../cadical", optional = true }
rustsat-minisat = { version = "0.2.3", path = "../minisat", optional = true }
rustsat = { version = "0.4.3", path = "../rustsat", features = ["compression", "multiopt", "rand", "internals"] }
rustsat-cadical = { version = "0.2.4", path = "../cadical", optional = true }
rustsat-minisat = { version = "0.2.4", path = "../minisat", optional = true }
clap = { version = "4.2.4", features = ["derive", "cargo"] }
concolor-clap = { version = "0.1.0" }
termcolor = { version = "1.2.0" }
Expand Down

0 comments on commit 5661455

Please sign in to comment.