Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuraa committed Dec 9, 2024
1 parent c30a510 commit 067e181
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Added

## Changed

## Deprecated

## Fixed

## Removed

# 0.5.0 (2024/12/09)

## Added

- Lemmas: `fset_eqP` `fset_eq0E` `domm_filter_eq` `fperm1V` `eq_in_fmap`
`fdisjointSr`

Expand All @@ -21,10 +33,6 @@

- `fdisjoint_trans` in favor of `fdisjointSl`.

## Fixed

## Removed

# 0.4.0 (2023/09/25)

## Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ After installing OPAM and adding the Coq archive, run:
Alternatively, you can compile the package by hand. You'll need the following
dependencies:

- Coq v8.17 -- v8.18
- [Ssreflect][2] v2.0 (`coq-mathcomp-ssreflect` on OPAM).
- Coq v8.17 -- v8.20
- [Ssreflect][2] v2.0 -- v2.3 (`coq-mathcomp-ssreflect` on OPAM).
- `deriving` v0.2 (https://github.com/arthuraa/deriving)

To compile the package, simply run
Expand Down

0 comments on commit 067e181

Please sign in to comment.