Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Jabs <98587286+chrjabs@users.noreply.github.com>
  • Loading branch information
chrjabs committed Jan 11, 2024
1 parent 75e1163 commit 37419cd
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

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

### Documentation
Expand Down
1 change: 1 addition & 0 deletions cadical/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

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

### Bug Fixes
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.2"
version = "0.2.3"
edition = "2021"
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
license = "MIT"
Expand Down Expand Up @@ -40,7 +40,7 @@ v1-9-4 = []

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

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

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

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

### Bug Fixes
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.2"
version = "0.2.3"
edition = "2021"
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
license = "MIT"
Expand All @@ -18,7 +18,7 @@ debug = []

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

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

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

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

### Documentation
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.4"
version = "0.1.5"
edition = "2021"
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
license = "MIT"
Expand All @@ -26,7 +26,7 @@ sc2022-bulky = []

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

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

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

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

### Bug Fixes
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.2"
version = "0.2.3"
edition = "2021"
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
license = "MIT"
Expand All @@ -18,7 +18,7 @@ debug = []

[dependencies]
cpu-time = "1.0.0"
rustsat = { version = "0.4.1", path = "../rustsat", default-features = false }
rustsat = { version = "0.4.2", 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.1"
version = "0.4.2"
edition = "2021"
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
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.3] - 2024-01-11

### Miscellaneous Tasks

- Updated the following local packages: rustsat, rustsat-minisat, rustsat-cadical

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

### Features
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.2"
version = "0.2.3"
edition = "2021"
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
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.1", path = "../rustsat", features = ["compression", "multiopt", "rand", "internals"] }
rustsat-cadical = { version = "0.2.2", path = "../cadical", optional = true }
rustsat-minisat = { version = "0.2.2", path = "../minisat", optional = true }
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 }
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 37419cd

Please sign in to comment.