Skip to content

Commit 93dfede

Browse files
committed
prepare for 0.5
1 parent 2040a5a commit 93dfede

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# 0.5
3+
4+
- added bitvector support
5+
- added support for declare-datatype
6+
7+
# 0.4
8+
9+
- remove dep on `result`
10+
- compat with more modern menhir
11+
- move to github actions

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(generate_opam_files true)
44

55
(name smtlib-utils)
6-
(version 0.4)
6+
(version 0.5)
77

88
(maintainers "[email protected]")
99
(authors "Simon Cruanes")

smtlib-utils.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.4"
3+
version: "0.5"
44
synopsis: "Parser for SMTLIB2"
55
maintainer: ["[email protected]"]
66
authors: ["Simon Cruanes"]

0 commit comments

Comments
 (0)