Skip to content

Commit

Permalink
bump version to 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Feb 4, 2024
1 parent fbae80a commit 729e81e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "splr"
version = "0.17.1"
version = "0.17.2"
authors = ["Narazaki Shuji <[email protected]>"]
description = "A modern CDCL SAT solver in Rust"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1X.X, 2024-0X-0X
## 0.17.2, 2024-02-04

- Add feature `platform_wasm`

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
default = craneLib.buildPackage {
# name = "splr-${version}";
# pname = "splr";
# version = "0.17.1-20240106";
# version = "0.17.2-20240204";
src = craneLib.cleanCargoSource (craneLib.path ./.);
buildInputs = [cargo rustc binutils ]
++ lib.optional stdenv.isDarwin [ libiconv ];
Expand Down

0 comments on commit 729e81e

Please sign in to comment.