We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4acf19 commit eb12367Copy full SHA for eb12367
CHANGES.md
@@ -0,0 +1,6 @@
1
+# 1.5
2
+
3
+- release runtime lock when calling `lnoise`
4
+- fix potential memleaks and use of deprecate parts of
5
+ the OCaml C API
6
+- remove dependency on `result`
dune-project
@@ -1 +1,2 @@
(lang dune 1.1)
+(name linenoise)
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 <[email protected]>" "Simon Cruanes" ]
0 commit comments