prepare for 0.8.3

This commit is contained in:
Simon Cruanes 2020-09-09 15:39:52 -04:00
parent 9ef84f1df3
commit 4bce0f32d4
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# CHANGES
## 0.8.3
- support containers 3.0
## 0.8.2
- fix opam file

View file

@ -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.2"
version: "0.8.3"
author: ["Simon Cruanes" "Guillaume Bury"]
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
build: [
@ -13,7 +13,7 @@ depends: [
"ocaml" { >= "4.03" }
"dune" { >= "1.1" }
"msat" { = version }
"containers" { >= "2.8.1" }
"containers" { >= "2.8.1" & < "4.0" }
"camlzip"
]
tags: [ "sat" ]

View file

@ -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.2"
version: "0.8.3"
author: ["Simon Cruanes" "Guillaume Bury"]
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
build: [