Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jan 31, 2024
1 parent 013af6b commit 6a9a2e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.0.0.1] - 31/01/2024

Requires Elpi 1.18.1 and Coq 8.18.

Minor fixes backported from 2.0.2:
- synterp initial state
- loss of evars when calling ltac

## [2.0.0] - 23/12/2023

Requires Elpi 1.18.1 and Coq 8.18.
Expand Down
2 changes: 1 addition & 1 deletion coq-elpi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install: [ make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
depends: [
"ocaml" {>= "4.09.0" }
"stdlib-shims"
"elpi" {>= "1.18.1" & < "1.19.0~"}
"elpi" {= "1.18.1"}
"coq" {>= "8.18" & < "8.19~" }
"dot-merlin-reader" {with-dev}
"ocaml-lsp-server" {with-dev}
Expand Down

0 comments on commit 6a9a2e5

Please sign in to comment.