From 1823acfd434d7b8f8d5eec0ea8efd992b596af91 Mon Sep 17 00:00:00 2001 From: pqwy Date: Sat, 12 Nov 2016 18:22:51 +0000 Subject: [PATCH] Update change log. --- CHANGES.md | 11 ++++++++--- opam | 3 ++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3ed1f4a..3c28b07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,14 @@ -0.1.2 (2015-05-02) +## v0.1.3 (2016-11-12) +* relicense to ISC +* drop oasis +* fix a bug in tests on 32 bit + +## v0.1.2 (2015-05-02) * cstruct-1.6.0 compatibility -0.1.1 (2014-10-30) +## v0.1.1 (2014-10-30) * stricter decoding of ints in BER/DER tags and OIDs * performance improvements -0.1.0 (2014-07-08): +## v0.1.0 (2014-07-08): * initial (beta) release diff --git a/opam b/opam index b9b8845..a9b58da 100644 --- a/opam +++ b/opam @@ -2,7 +2,7 @@ opam-version: "1.2" authors: ["David Kaloper Meršinjak "] maintainer: "David Kaloper Meršinjak " homepage: "https://github.com/mirleft/ocaml-asn1-combinators" -doc: "https://mirleft.github.io/asn1-combinators/doc" +doc: "https://mirleft.github.io/ocaml-asn1-combinators/doc" license: "ISC" dev-repo: "https://github.com/mirleft/ocaml-asn1-combinators.git" bug-reports: "https://github.com/mirleft/ocaml-asn1-combinators/issues" @@ -18,6 +18,7 @@ depends: [ "ocamlbuild" {build} "topkg" {build} "cstruct" {>= "1.2.0"} + "result" "zarith" "ounit" {test} ]