We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3d74bc + bf7fe23 commit c13ecc9Copy full SHA for c13ecc9
Changelog.md
@@ -1,3 +1,11 @@
1
+# [2.2.2] - 15/07/2024
2
+
3
+Requires Elpi 1.19.2 and Coq 8.19 or Coq 8.20.
4
5
+### Packaging
6
+- Fix release script to just publish coq-elpi (and not coq-elpi-tests)
7
+- Fix opam constraints by adding upper bound
8
9
# [2.2.1] - 12/07/2024
10
11
Requires Elpi 1.19.2 and Coq 8.19 or Coq 8.20.
coq-elpi.opam
@@ -19,7 +19,7 @@ depends: [
19
"ocaml" {>= "4.10.0"}
20
"stdlib-shims"
21
"elpi" {>= "1.18.2" & < "1.20.0~"}
22
- "coq" {>= "8.19"}
+ "coq" {>= "8.19" & < "8.21"}
23
"ppx_optcomp"
24
"ocaml-lsp-server" {dev}
25
"odoc" {with-doc}
0 commit comments