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 Feb 25, 2025
1 parent 7bbbcab commit c725e0f
Show file tree
Hide file tree
Showing 27 changed files with 117 additions and 94 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.5] - 2025-02-25

### Miscellaneous Tasks

- Cargo fmt
- Cargo clippy

<!-- generated by git-cliff -->
## [0.6.4] - 2025-02-18

### Features
Expand Down
66 changes: 33 additions & 33 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 @@ -39,9 +39,9 @@ thiserror = "2.0.11"
rand = "0.9.0"
rand_chacha = "0.9.0"
rustc-hash = "2.1.1"
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 = { version = "0.6.5", path = "./", default-features = false }
rustsat-cadical = { version = "0.4.5", path = "./cadical" }
rustsat-minisat = { version = "0.4.5", path = "./minisat" }
rustsat-solvertests = { path = "./solvertests" }
serde = { version = "1.0.218", features = ["derive"] }
signal-hook = "0.3.17"
Expand All @@ -51,7 +51,7 @@ xz2 = "0.1.7"

[package]
name = "rustsat"
version = "0.6.4"
version = "0.6.5"
edition.workspace = true
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
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.4] - 2025-02-25

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.1.3] - 2025-02-18

### Features
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.3"
version = "0.1.4"
edition = "2021"
authors = ["Noah Bruns <nbruns@efs.at>"]
license = "MIT"
Expand Down
16 changes: 16 additions & 0 deletions cadical/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [0.4.5] - 2025-02-25

### Bug Fixes

- Index out of bounds error in old propagate

### Features

- Include source for newest version

### Miscellaneous Tasks

- Prepare for subtree inclusion
- Include source as subtree

<!-- generated by git-cliff -->
## [0.4.4] - 2025-02-18

### 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.4"
version = "0.4.5"
edition.workspace = true
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
license.workspace = true
Expand Down
3 changes: 0 additions & 3 deletions cadical/cppsrc/test/api/makefile

This file was deleted.

3 changes: 0 additions & 3 deletions cadical/cppsrc/test/cnf/makefile

This file was deleted.

3 changes: 0 additions & 3 deletions cadical/cppsrc/test/contrib/makefile

This file was deleted.

3 changes: 0 additions & 3 deletions cadical/cppsrc/test/icnf/makefile

This file was deleted.

16 changes: 0 additions & 16 deletions cadical/cppsrc/test/makefile

This file was deleted.

3 changes: 0 additions & 3 deletions cadical/cppsrc/test/mbt/makefile

This file was deleted.

3 changes: 0 additions & 3 deletions cadical/cppsrc/test/trace/makefile

This file was deleted.

3 changes: 0 additions & 3 deletions cadical/cppsrc/test/usage/makefile

This file was deleted.

8 changes: 8 additions & 0 deletions glucose/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.3.7] - 2025-02-25

### Miscellaneous Tasks

- Include source as subtree
- Fix trailing whitespace

<!-- generated by git-cliff -->
## [0.3.6] - 2025-02-18

### 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.6"
version = "0.3.7"
edition.workspace = true
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
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.7] - 2025-02-25

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.1.6] - 2025-02-18

### 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.6"
version = "0.1.7"
edition.workspace = true
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
license.workspace = true
Expand Down
Loading

0 comments on commit c725e0f

Please sign in to comment.