Skip to content

Commit

Permalink
master goes to 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jul 29, 2020
1 parent 3daedfb commit 79e07d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
coq_version:
- '8.11'
- '8.12'
ocaml_version:
- 'minimal'
steps:
Expand Down
8 changes: 4 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Changelog

## [1.5.0] - 29-07-2020

Requires Elpi 1.11 and Coq 8.11.
## [1.5.1] - 29-07-2020

Requires Elpi 1.11 and Coq 8.12.

### API:
Locality is now supported by `coq.CS.declare-instance`

## UNRELEASED
## [1.5.0] - 29-07-2020

Requires Elpi 1.11 and Coq 8.11.

### HOAS
- New option `@holes!` to be assumed (as in `@holes! => ...`) before
Expand Down
2 changes: 1 addition & 1 deletion coq-elpi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [ make "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
install: [ make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
depends: [
"elpi" {>= "1.11.0" & < "1.12.0~"}
"coq" {= "dev" }
"coq" {>= "8.12" & < "8.13~" }
]
synopsis: "Elpi extension language for Coq"
description: """
Expand Down

0 comments on commit 79e07d7

Please sign in to comment.