Skip to content

Commit

Permalink
Merge pull request #70 from djs55/release.0.6.0
Browse files Browse the repository at this point in the history
Prepare to release 0.6.0
  • Loading branch information
djs55 committed Apr 10, 2016
2 parents ad84dcc + 78b40e9 commit 22064c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
0.6.0 (unreleased)
0.6.0 (2016-04-10):
* server: supply no exception converter by default
* dependency on lambda-term (for the shell) is now optional
* add support for Win32
* use logs library
* reject messages longer than 640 KiB

0.5.0 (2016-03-01):
* remove an unnecessary copy in the read path
Expand Down
4 changes: 2 additions & 2 deletions META
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.5.0"
version = "0.6.0"
description = "9P filesystem protocol"
requires =
"result cstruct sexplib sexplib mirage-types.lwt lwt stringext fmt"
Expand All @@ -9,7 +9,7 @@ archive(native, plugin) = "protocol_9p.cmxs"
exists_if = "protocol_9p.cma"

package "unix" (
version = "0.5.0"
version = "0.6.0"
description = "9P filesystem protocol"
requires =
"result fmt stringext protocol-9p mirage-types.lwt lwt cstruct cstruct.lwt"
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "1.2"
name: "protocol-9p"
maintainer: "[email protected]"
version: "0.5.0"
version: "0.6.0"
authors: [ "David Scott" "David Sheets" "Thomas Leonard" ]
license: "ISC"
homepage: "https://github.com/mirage/ocaml-9p"
Expand Down

0 comments on commit 22064c3

Please sign in to comment.