Skip to content

Commit c4f2361

Browse files
authored
Merge pull request #377 from math-comp/update-opam
close changelog & update opam
2 parents c24ca1c + 420d633 commit c4f2361

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## UNRELEASED
44

5+
## [1.5.0] - 2023-08-04
6+
7+
Compatible with
8+
- Coq 8.15 with Coq-Elpi 1.14.x
9+
- Coq 8.16 with Coq-Elpi 1.15.x and 1.16.x
10+
- Coq 8.17 with Coq-Elpi 1.17.x and 1.18.x
11+
- Coq 8.18 with Coq-Elpi 1.19.x
12+
This version is required if Elpi is >= 1.17.0
13+
14+
### General
15+
16+
- **Fix** spilling before predicate declaration
17+
- **Fix** unnecessary use of grafting slowing down compilation on MathComp 2.0
18+
- **New** better "missing join" error message
19+
520
## [1.4.0] - 2022-09-29
621

722
Compatible with

coq-hierarchy-builder.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [ [ make "build"]
1212
[ make "test-suite" ] {with-test}
1313
]
1414
install: [ make "install" ]
15-
depends: [ "coq-elpi" { (>= "1.14" & < "1.18~") | = "dev" } ]
15+
depends: [ "coq-elpi" { (>= "1.14" & < "1.20~") | = "dev" } ]
1616
conflicts: [ "coq-hierarchy-builder-shim" ]
1717
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
1818
description: """

0 commit comments

Comments
 (0)