Skip to content

Commit

Permalink
Prepare to release v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <[email protected]>
  • Loading branch information
djs55 committed Feb 14, 2017
1 parent 088fd4a commit a823a6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.9.0 (2017-02-14)

* Update to Mirage 3 APIs (114, @avsm and @samoht)

## v0.8.0 (2016-12-12)

* Add a `max_fids` optional argument to `connect` to set the maximal number
Expand Down
4 changes: 2 additions & 2 deletions pkg/META
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
description = "9P filesystem protocol"
version = "%%VERSION_NUM%%"
version = "0.9.0"
requires = "result rresult cstruct sexplib mirage-kv-lwt mirage-flow-lwt mirage-channel-lwt lwt astring fmt"
archive(byte) = "protocol-9p.cma"
archive(native) = "protocol-9p.cmxa"
plugin(byte) = "protocol-9p.cma"
plugin(native) = "protocol-9p.cmxs"

package "unix" (
version = "%%VERSION_NUM%%"
version = "0.9.0"
description = "9P filesystem protocol, using Lwt-unix"
requires = "result rresult fmt lwt cstruct.lwt astring protocol-9p lwt.unix named-pipe.lwt io-page.unix"
archive(byte) = "protocol-9p-unix.cma"
Expand Down

0 comments on commit a823a6a

Please sign in to comment.