Skip to content

Commit

Permalink
bump LF version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitjhala committed Aug 24, 2017
1 parent dcbcde9 commit 4421649
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## NEXT

## 0.7.0.0

- New `eliminate` based solver (see ICFP 2017 paper for algorithm)
- Proof by Logical Evaluation see `tests/proof`
- SMTLIB2 ADTs to make data constructors injective
- Uniformly support polymorphic functions via `apply` and elaborate

## 0.3.0.0

- Make interpreted mul and div the default, when `solver = z3`
Expand Down
2 changes: 1 addition & 1 deletion liquid-fixpoint.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: liquid-fixpoint
version: 0.6.0.1
version: 0.7.0.1
Copyright: 2010-17 Ranjit Jhala, University of California, San Diego.
synopsis: Predicate Abstraction-based Horn-Clause/Implication Constraint Solver
homepage: https://github.com/ucsd-progsys/liquid-fixpoint
Expand Down

0 comments on commit 4421649

Please sign in to comment.