From 41042bea90c3629bec8497dbc826b9936c0f9b05 Mon Sep 17 00:00:00 2001 From: notmgsk Date: Fri, 27 Oct 2023 19:23:30 +0000 Subject: [PATCH] chore: prepare release --- CHANGELOG.md | 10 ++++++++++ VERSION.txt | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e8a67..d5de89e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.1.0 (2023-10-27) + +### Breaking Changes + +#### memory passed to wavefunction should be a double** + +### Features + +#### foreign allocate wavefunction memory (#40) + ## 0.0.6 (2023-10-27) ### Features diff --git a/VERSION.txt b/VERSION.txt index 0a7d843..3e83c73 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -"0.0.6" +"0.1.0"