Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 19, 2023
1 parent 8fc606b commit 3ce0d2b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 1.0.0 (2023-10-19)

Initial release.

Migrated to Melange v2.
2 changes: 1 addition & 1 deletion example/src/cli.ml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ let () =
match Array.to_list Sys.argv with
| _ :: _ :: "print" :: _ -> print_events ()
| _ :: _ :: "add" :: name :: email :: _ -> add_event name email
| _ -> print_endline "usage: nodejs cli.bs.js <print|add>"
| _ -> print_endline "usage: node cli.js <print|add>"
5 changes: 2 additions & 3 deletions melange-atdgen-codec-runtime.opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
opam-version: "2.0"
synopsis: "A Melange runtime for atdgen"
description: """A Melange runtime for atdgen, based on the Js.Json.t type
provided by Melange and the combinators
from @glennsl/bs-json
provided by Melange and the combinators from melange-json
"""
maintainer: "Ahrefs"
authors: "Ahrefs"
Expand All @@ -18,7 +17,7 @@ depends: [
"melange-json"
"melange-jest" {with-test}
"reason" {with-test}
"opam-check-npm-deps" {with-test} # todo: use with-dev-setup once opam 2.2 is out
"opam-check-npm-deps" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion src/atdgen_codec_runtime.mli
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(** bs-json adapter for atdgen *)
(** melange-json adapter for atdgen *)


(** Module signature required of any json adapter.
Expand Down

0 comments on commit 3ce0d2b

Please sign in to comment.