Skip to content

Commit

Permalink
Merge pull request #552 from samoht/changes
Browse files Browse the repository at this point in the history
Prepare the release
  • Loading branch information
samoht authored May 9, 2017
2 parents baec027 + 7d24c1e commit e9739c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.10.1 (2017-05-09)

**all**

- Update to support protocol-9p and protocol-9p-unix 0.11.0
(#547, #549 by @avsm, @samoht)
- Update to support lwt 3.0.0 (#547, #549 by @avsm, @samoht)

### 0.10.0 (2017-04-28)

DataKit has a new home: the [Moby Project](http://mobyproject.org/)!
Expand Down
16 changes: 1 addition & 15 deletions pkg/pkg.ml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
#!/usr/bin/env ocaml
#use "topfind"
#require "topkg"
open Topkg

let opams = List.map (Pkg.opam_file ~lint_deps_excluding:None ~install:false) [
"datakit.opam";
"datakit-client.opam";
"datakit-server.opam";
"datakit-github.opam";
"datakit-ci.opam";
"datakit-bridge-github.opam";
"datakit-bridge-local-git.opam"
]

let () =
Pkg.describe ~opams ~metas:[] "datakit" @@ fun c -> Ok []
#require "topkg-jbuilder.auto"

0 comments on commit e9739c7

Please sign in to comment.