Skip to content

Commit

Permalink
update changelog, push v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Sep 21, 2024
1 parent 2cc9059 commit ac0b946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nimhdf5.nimble
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ac0b946

Please sign in to comment.