Skip to content

Commit

Permalink
Merge pull request #1401 from hannesm/changes
Browse files Browse the repository at this point in the history
changes for 4.3.4
  • Loading branch information
hannesm committed Feb 23, 2023
2 parents 2dfd7da + dd2977f commit ae31371
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### v4.3.4 (2023-02-22)

#### Fixed

- Add -f <config> to Makefile output (#1394 @hannesm)

#### Added

- Add tar_kv_ro and tar_kv_rw (#1389 @reynir)

#### Changed

- Improved documentation of mirage.mli (#1390 #1391 @reynir)
- Deprecate Mirage.archive (use tar_kv_ro, #1389 @reynir)
- Removed deprecated device git_happy_eyeballs (#1388 @TaeminHa)
- Adapt bounds: mirage-crypto 0.11.0 (#1392 @hannesm) git-mirage 2.13.0
(#1396 @hannesm) dns 7.0.0 tls 0.16.0 (#1399 @hannesm)
mirage-block-ccm (#1400 @hannesm)
- mirage-runtime: conflict with ppxlib 0.29 (#1397 @hannesm)

### v4.3.3 (2023-01-30)

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: [

depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.9.0"}
"dune" {>= "2.9.0" & < "3.7.0"}
"dune" {with-test & >= "3.0.0"}
"ipaddr" {>= "5.0.0"}
"functoria" {= version}
Expand Down

0 comments on commit ae31371

Please sign in to comment.