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 Oct 22, 2024
1 parent 40bcfd5 commit 8faeddc
Show file tree
Hide file tree
Showing 17 changed files with 103 additions and 37 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.6.2] - 2024-10-22

### Features

- Check variable addition overflow in debug

### Miscellaneous Tasks

- Bump install-pinned/mypy
- Bump anyhow from 1.0.89 to 1.0.90

<!-- generated by git-cliff -->
## [0.6.1] - 2024-10-16

### Documentation
Expand Down
52 changes: 26 additions & 26 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 = "1.0.63"
rand = "0.8.5"
rand_chacha = "0.3.1"
rustc-hash = "2.0.0"
rustsat = { version = "0.6.1", path = "./", default-features = false }
rustsat-cadical = { version = "0.4.1", path = "./cadical" }
rustsat-minisat = { version = "0.4.1", path = "./minisat" }
rustsat = { version = "0.6.2", path = "./", default-features = false }
rustsat-cadical = { version = "0.4.2", path = "./cadical" }
rustsat-minisat = { version = "0.4.2", path = "./minisat" }
rustsat-solvertests = { path = "./solvertests" }
signal-hook = "0.3.17"
tempfile = "3.12.0"
Expand All @@ -51,7 +51,7 @@ xz2 = "0.1.7"

[package]
name = "rustsat"
version = "0.6.1"
version = "0.6.2"
edition.workspace = true
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
license.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions batsat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.1.1] - 2024-10-22

### Documentation

- Fix changelog

### Miscellaneous Tasks

- Release
- Manual release tasks

<!-- generated by git-cliff -->
### [0.1.0] - 2024-10-16

Initial Release
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.0"
version = "0.1.1"
edition = "2021"
authors = ["Noah Bruns <nbruns@efs.at>"]
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.2] - 2024-10-22

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.4.1] - 2024-10-16

### Documentation
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.1"
version = "0.4.2"
edition.workspace = true
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
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.4] - 2024-10-22

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.3.3] - 2024-10-16

### Documentation
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.3"
version = "0.3.4"
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.4] - 2024-10-22

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.1.3] - 2024-10-16

### 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.3"
version = "0.1.4"
edition.workspace = true
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
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.2] - 2024-10-22

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.3.1] - 2024-10-16

### Documentation
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.1"
version = "0.3.2"
edition.workspace = true
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
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.2] - 2024-10-22

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.4.1] - 2024-10-16

### Documentation
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.1"
version = "0.4.2"
edition.workspace = true
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
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.2] - 2024-10-22

### Miscellaneous Tasks

- Update Cargo.toml dependencies

<!-- generated by git-cliff -->
## [0.4.1] - 2024-10-16

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

0 comments on commit 8faeddc

Please sign in to comment.