From ac0b9461b47e7db31e5fc138f1cd2b45c1bccb6c Mon Sep 17 00:00:00 2001 From: Vindaar Date: Sat, 21 Sep 2024 17:20:47 +0200 Subject: [PATCH] update changelog, push v0.6.2 --- changelog.org | 4 ++++ nimhdf5.nimble | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.org b/changelog.org index 7911aca..9320077 100644 --- a/changelog.org +++ b/changelog.org @@ -1,3 +1,7 @@ +* v0.6.2 +- fix a small memory leak related to ~cstrings~ not being freed +- fix the ~-d:DEBUG_HDF5~ option for debug information +- add support for ~ref object~ in ~fromH5~ deserialization * v0.6.1 - fixes an issue where ~serialize~ (~toH5~) would cause a crash if a reference type was contained with ~nil~ value diff --git a/nimhdf5.nimble b/nimhdf5.nimble index 9822a18..8a49168 100644 --- a/nimhdf5.nimble +++ b/nimhdf5.nimble @@ -1,6 +1,6 @@ # Package -version = "0.6.1" +version = "0.6.2" author = "Sebastian Schmidt" description = "Bindings for the HDF5 data format C library" license = "MIT"