Skip to content

Commit

Permalink
Add change log to have a version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Kubica committed Dec 29, 2016
1 parent 77beab8 commit a66086c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
v0.8.0 2016-12-29
-----------------

First release.

* Can discover/parse `.merlin` files
* `#requires` `findlib` packages into Toplevel/UTop
1 change: 0 additions & 1 deletion pkg/pkg.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ open Topkg

let () =
Pkg.describe
~change_logs:[]
~opams:[Pkg.opam_file ~lint_deps_excluding:(Some ["findlib"]) "opam"]
"nosetup" @@ fun c ->
Ok [ Pkg.lib "src/nosetup.cma" ]

0 comments on commit a66086c

Please sign in to comment.