Skip to content

Commit c13ecc9

Browse files
authored
Merge pull request #664 from LPCIC/release
prepare release
2 parents b3d74bc + bf7fe23 commit c13ecc9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# [2.2.1] - 12/07/2024
210

311
Requires Elpi 1.19.2 and Coq 8.19 or Coq 8.20.

coq-elpi.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"ocaml" {>= "4.10.0"}
2020
"stdlib-shims"
2121
"elpi" {>= "1.18.2" & < "1.20.0~"}
22-
"coq" {>= "8.19"}
22+
"coq" {>= "8.19" & < "8.21"}
2323
"ppx_optcomp"
2424
"ocaml-lsp-server" {dev}
2525
"odoc" {with-doc}

0 commit comments

Comments
 (0)