Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
rustsat-release-plz-bot[bot] authored Dec 26, 2024
1 parent f7ecfd1 commit 0e7660a
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 21 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.6.4] - 2024-12-26

### Bug Fixes

- Update patch updates (#219)
- Update rust crate quote to v1.0.38 (#222)

<!-- generated by git-cliff -->
## [0.6.3] - 2024-12-20

### Miscellaneous Tasks
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ thiserror = "2.0.9"
rand = "0.8.5"
rand_chacha = "0.3.1"
rustc-hash = "2.1.0"
rustsat = { version = "0.6.3", path = "./", default-features = false }
rustsat-cadical = { version = "0.4.3", path = "./cadical" }
rustsat-minisat = { version = "0.4.3", path = "./minisat" }
rustsat = { version = "0.6.4", path = "./", default-features = false }
rustsat-cadical = { version = "0.4.4", path = "./cadical" }
rustsat-minisat = { version = "0.4.4", path = "./minisat" }
rustsat-solvertests = { path = "./solvertests" }
signal-hook = "0.3.17"
tempfile = "3.14.0"
Expand All @@ -51,7 +51,7 @@ xz2 = "0.1.7"

[package]
name = "rustsat"
version = "0.6.3"
version = "0.6.4"
edition.workspace = true
authors = ["Christoph Jabs <[email protected]>"]
license.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions batsat/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.3] - 2024-12-26

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.1.2] - 2024-12-20

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion batsat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-batsat"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Noah Bruns <[email protected]>"]
license = "MIT"
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.4.4] - 2024-12-26

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.4.3] - 2024-12-20

### Features
Expand Down
2 changes: 1 addition & 1 deletion cadical/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-cadical"
version = "0.4.3"
version = "0.4.4"
edition.workspace = true
authors = ["Christoph Jabs <[email protected]>"]
license.workspace = true
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.3.6] - 2024-12-26

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.3.5] - 2024-12-20

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion glucose/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-glucose"
version = "0.3.5"
version = "0.3.6"
edition.workspace = true
authors = ["Christoph Jabs <[email protected]>"]
license.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions ipasir/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-12-26

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.1.5] - 2024-12-20

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion ipasir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-ipasir"
version = "0.1.5"
version = "0.1.6"
edition.workspace = true
authors = ["Christoph Jabs <[email protected]>"]
license.workspace = true
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.3.4] - 2024-12-26

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.3.3] - 2024-12-20

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion kissat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-kissat"
version = "0.3.3"
version = "0.3.4"
edition.workspace = true
authors = ["Christoph Jabs <[email protected]>"]
license.workspace = true
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.4.4] - 2024-12-26

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.4.3] - 2024-12-20

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion minisat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-minisat"
version = "0.4.3"
version = "0.4.4"
edition.workspace = true
authors = ["Christoph Jabs <[email protected]>"]
license.workspace = true
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.4.4] - 2024-12-26

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.4.3] - 2024-12-20

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-tools"
version = "0.4.3"
version = "0.4.4"
edition.workspace = true
authors = ["Christoph Jabs <[email protected]>"]
license.workspace = true
Expand Down

0 comments on commit 0e7660a

Please sign in to comment.