Skip to content

Commit

Permalink
Merge pull request #79 from mirleft/prepare
Browse files Browse the repository at this point in the history
add changes, bump version, adjust opam constraints
  • Loading branch information
hannesm committed Mar 21, 2016
2 parents 098b33f + 529b18b commit 78ea56a
Show file tree
Hide file tree
Showing 3 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 @@
0.5.1 (2016-03-21):
* use ppx_sexp_conv instead of sexplib.syntax
* no more Stream syntax, use lists

0.5.0 (2015-12-04):
* avoid dependency on sexplib.syntax (#55)
* document how to combine extensions and a CSR into a certificate (@reynir, #63 #64)
Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: x509
Version: 0.5.0
Version: 0.5.1
Synopsis: X509 support for OCaml
Authors: Hannes Mehnert <hannes@mehnert.org>, David Kaloper <david@numm.org>
Maintainers: David Kaloper <david@numm.org>, Hannes Mehnert <hannes@mehnert.org>
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"ppx_sexp_conv"
"sexplib"
"asn1-combinators" {>= "0.1.1"}
"nocrypto" {>= "0.5.0"}
"nocrypto" {>= "0.5.3"}
"base-bytes"
"ounit" {test}
]
Expand Down

0 comments on commit 78ea56a

Please sign in to comment.