Skip to content

Commit

Permalink
Merge pull request #98 from mirage/prepare-v2.2.0
Browse files Browse the repository at this point in the history
Prepare for v2.2.0 release
  • Loading branch information
reynir authored Oct 19, 2022
2 parents c19e4f6 + 1357200 commit aea89ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v2.2.0 (2022-10-19)

- `tar-mirage` requires and implements `mirage-kv.5.0.0` (@hannesm, #96)
- `tar-mirage` implements `Mirage_kv.RW` (append-only) (@hannesm, @reynir, @dinosaure, review by @MisterDA, #93)
- Update usage of `cstruct` in `tar`: unnecessary memsets removed, use `Cstruct.of_string` (@hannesm, #93)
- Fix `tar-mirage` read buffer allocation error (@reynir, review by @hannesm, #94)
- `tar` and `tar-mirage` do not require `re` anymore, `tar-mirage` doesn't depend on `iopage` and works with solo5 and other improvements (@hannesm, review by @reynir, #90)

## v2.1.0 (2022-08-31)

- `tar-mirage` requires `mirage-block.2.0.0` (@kit-ty-kate, #86)
Expand Down

0 comments on commit aea89ef

Please sign in to comment.