Skip to content

Commit

Permalink
prepare for 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jun 5, 2023
1 parent 4f3ed6a commit 4f07b7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5

- format C and OCaml code
- add `pp_value` and `string_of_value`

## 0.4

- move to github actions for CI
Expand Down
2 changes: 1 addition & 1 deletion minisat.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "0.4"
version: "0.5"
author: "simon.cruanes.2007@m4x.org"
maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "Bindings to Minisat-C-1.14.1, with the solver included"
Expand Down
4 changes: 2 additions & 2 deletions src/minisat.mli
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ type value =
| V_false

val string_of_value : value -> string
(** @since NEXT_RELEASE *)
(** @since 0.5 *)

val pp_value : value printer
(** @since NEXT_RELEASE *)
(** @since 0.5 *)

val value : t -> Lit.t -> value
(** Returns the assignation of a literal in the solver state.
Expand Down

0 comments on commit 4f07b7a

Please sign in to comment.