diff --git a/CHANGES.md b/CHANGES.md index 71bad19..d658d30 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,5 @@ -## Pending +## 0.1.1 + - Use memory buffering to copy files. Removes 16 MiB max file limitation on 32-bit OCaml. - Validate and document a bytecode guarantee that only standard stublibs are used diff --git a/diskuvbox.opam b/diskuvbox.opam index ff98a92..5706e68 100644 --- a/diskuvbox.opam +++ b/diskuvbox.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.1.0" +version: "0.1.1" synopsis: "Cross-platform basic set of script commands" description: "A cross-platform basic set of script commands. Available as a single binary (`diskuvbox`, or `diskuvbox.exe` on Windows) and as an OCaml library." diff --git a/dune-project b/dune-project index 2a85842..040fee9 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 2.9) (name diskuvbox) -(version 0.1.0) +(version 0.1.1) (cram enable) (using mdx 0.1)