Skip to content

Commit

Permalink
CHANGELOG for 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-pous committed Oct 20, 2023
1 parent 3f44be5 commit 38cfe67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== RelationAlgebra 1.7.10 (2024, October 20th) ==

- compatibility with Coq 8.18

== RelationAlgebra 1.7.9 (2023, March 17th) ==

- compatibility with Coq 8.17
Expand Down
2 changes: 1 addition & 1 deletion coq-relation-algebra.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license: "LGPL-3.0-or-later"
depends: [
"ocaml"
#TO SET BEFORE RELEASE
"coq" {>= "8.17"}
"coq" {>= "8.18"}
# "coq" {>= "8.16" & < "8.17~"}
#TO REMOVE BEFORE RELEASE (TO MAKE THEM OPTIONAL)
"coq-mathcomp-ssreflect"
Expand Down

0 comments on commit 38cfe67

Please sign in to comment.