From eb123671399476a9c7e36981ef4facda9f32b1ed Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 21 Feb 2024 00:14:00 -0500 Subject: [PATCH] prepare for 1.5 --- CHANGES.md | 6 ++++++ dune-project | 1 + linenoise.opam | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..f621554 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,6 @@ +# 1.5 + +- release runtime lock when calling `lnoise` +- fix potential memleaks and use of deprecate parts of + the OCaml C API +- remove dependency on `result` diff --git a/dune-project b/dune-project index 7655de0..30ea9b3 100644 --- a/dune-project +++ b/dune-project @@ -1 +1,2 @@ (lang dune 1.1) +(name linenoise) diff --git a/linenoise.opam b/linenoise.opam index 84ffb5c..4febfc4 100644 --- a/linenoise.opam +++ b/linenoise.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "linenoise" -version: "1.4.0" +version: "1.5.0" synopsis: "Lightweight readline alternative" maintainer: "Simon Cruanes" authors: [ "Edgar Aroutiounian " "Simon Cruanes" ]