Skip to content

Commit b2a453c

Browse files
committed
release 0.1.0
1 parent 7f70d9e commit b2a453c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
0.1.0 2021-04-17
22
--------------
33

44
- Initial public release

lambda-runtime.opam

+4
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ depends: [
2222
]
2323
synopsis:
2424
"A custom runtime for AWS Lambda written in OCaml"
25+
description: """
26+
lambda-runtime is a runtime for AWS Lambda that makes it easy to run AWS Lambda
27+
Functions written in OCaml.
28+
"""

vercel.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"alcotest" {with-test}
2222
]
2323
synopsis:
24-
"A custom runtime for Vercel.com (Now v2) written in OCaml."
24+
"A custom runtime for Vercel.com (Now v2) written in OCaml"
2525
description:
2626
"""
2727
lambda-runtime is an OCaml custom runtime for AWS Lambda. The vercel

0 commit comments

Comments
 (0)