Skip to content

Commit

Permalink
Merge pull request #505 from proux01/tag181
Browse files Browse the repository at this point in the history
preparing changelog for 1.8.1
  • Loading branch information
proux01 authored Jan 25, 2025
2 parents 3641101 + 8327323 commit 6cc023d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.8.1] - 2025-01-25

Compatible with
- Coq 8.18 with Coq-Elpi 2.0.0
- Coq 8.19 with Coq-Elpi 2.0.1
- Coq 8.20 with Coq-Elpi 2.4.x
- Rocq 9.0 with Coq-Elpi 2.4.x

## [1.8.0] - 2024-12-14

Compatible with
Expand Down
5 changes: 4 additions & 1 deletion coq-hierarchy-builder.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ build: [ [ make "build"]
[ make "test-suite" ] {with-test}
]
install: [ make "install" ]
depends: [ "coq-elpi" { (>= "2.0") | = "dev" } ]
depends: [
("coq" {>= "8.18" & < "8.20~"} & "coq-elpi" {>= "2.0"}
| "coq" {>= "8.20" | = "dev"} & "coq-elpi" {>= "2.4" | = "dev"})
]
conflicts: [ "coq-hierarchy-builder-shim" ]
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
description: """
Expand Down

0 comments on commit 6cc023d

Please sign in to comment.