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 Apr 16, 2024
1 parent 2040a5a commit 93dfede
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# 0.5

- added bitvector support
- added support for declare-datatype

# 0.4

- remove dep on `result`
- compat with more modern menhir
- move to github actions
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(generate_opam_files true)

(name smtlib-utils)
(version 0.4)
(version 0.5)

(maintainers "simon.cruanes.2007@m4x.org")
(authors "Simon Cruanes")
Expand Down
2 changes: 1 addition & 1 deletion smtlib-utils.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.4"
version: "0.5"
synopsis: "Parser for SMTLIB2"
maintainer: ["simon.cruanes.2007@m4x.org"]
authors: ["Simon Cruanes"]
Expand Down

0 comments on commit 93dfede

Please sign in to comment.