From 54e522da16805e4e8cff7a56f3fd2dde77ae2054 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Mon, 11 Mar 2019 16:36:59 +0000 Subject: [PATCH] release 2.0.0 --- CHANGES.md | 2 +- lib_test/dune | 2 +- protocol-9p-unix.opam | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8f67a77..7c28ee2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## v2.0.0 +## v2.0.0 (2019-03-10) * Remove old `KV_RO` interface in the client as it has been superseded by mirage-kv-2.0. The new interface diff --git a/lib_test/dune b/lib_test/dune index 9a05659..77f1038 100644 --- a/lib_test/dune +++ b/lib_test/dune @@ -1,7 +1,7 @@ (executables (names lofs_test tests) (libraries cstruct alcotest lwt cstruct-lwt logs.fmt astring mirage-flow-lwt - mirage-kv-lwt mirage-channel-lwt protocol-9p protocol-9p-unix)) + mirage-channel-lwt protocol-9p protocol-9p-unix)) (alias (name runtest) diff --git a/protocol-9p-unix.opam b/protocol-9p-unix.opam index deba49a..5b00d6b 100644 --- a/protocol-9p-unix.opam +++ b/protocol-9p-unix.opam @@ -8,7 +8,7 @@ bug-reports: "https://github.com/mirage/ocaml-9p/issues" depends: [ "ocaml" {>= "4.03.0"} "dune" {build & >= "1.0"} - "protocol-9p" + "protocol-9p" {>="1.0.1"} "base-bytes" "cstruct" {>= "3.0.0"} "cstruct-lwt" {>= "3.0.0"} @@ -16,7 +16,6 @@ depends: [ "prometheus" "rresult" "mirage-flow-lwt" - "mirage-kv-lwt" "mirage-channel-lwt" "lwt" {>= "3.0.0"} "base-unix"