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 545df41 + b479a03 commit 811c9ddCopy full SHA for 811c9dd
.github/workflows/main.yml
@@ -20,6 +20,7 @@ jobs:
20
coq_version:
21
- '8.18'
22
- '8.19'
23
+ - '8.20'
24
steps:
25
- uses: actions/checkout@v2
26
- uses: coq-community/docker-coq-action@v1
Changelog.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-## Unreleased
+## [1.7.1] - 2024-12-06
4
+
5
+Compatible with
6
+- Coq 8.18 with Coq-Elpi 2.0.0
7
+- Coq 8.19 with Coq-Elpi 2.0.1
8
+- Coq 8.20 with Coq-Elpi 2.2.x and 2.3.x
9
10
### General
11
- **Speedup** `HB.instance` does not try to infer classes that inherit from
0 commit comments