Skip to content

Commit

Permalink
prepare for 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 23, 2020
1 parent a3e618a commit 14e07f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGES

## 0.9

- feat: allow the theory to ask for some literals to be decided on
- feat: allow to set the default polarity of variables at creation time

## 0.8.3

- support containers 3.0
Expand Down
2 changes: 1 addition & 1 deletion msat-bin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
name: "msat-bin"
synopsis: "SAT solver binary based on the msat library"
license: "Apache"
version: "0.8.3"
version: "0.9"
author: ["Simon Cruanes" "Guillaume Bury"]
maintainer: ["[email protected]" "[email protected]"]
build: [
Expand Down
2 changes: 1 addition & 1 deletion msat.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
name: "msat"
synopsis: "Library containing a SAT solver that can be parametrized by a theory"
license: "Apache"
version: "0.8.3"
version: "0.9"
author: ["Simon Cruanes" "Guillaume Bury"]
maintainer: ["[email protected]" "[email protected]"]
build: [
Expand Down

0 comments on commit 14e07f7

Please sign in to comment.