From 2707dc889ab11b297e3de2d4047594ae92d4b202 Mon Sep 17 00:00:00 2001 From: Brandon Flores Date: Thu, 13 Jul 2023 11:30:48 -0500 Subject: [PATCH] Bumped to 0.1.8 --- CHANGELOG.md | 2 ++ Project.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4583856c..8fed3bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.8]: 2023-07-13 + ### Fixed - Import of abinit binary outputs have the correct basis vectors associated with the data diff --git a/Project.toml b/Project.toml index 6abca476..8c6fbaa9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Electrum" uuid = "b7bf5f09-dce4-461b-b741-5180c76f4cfe" authors = ["Brandon Flores ", "Amber Lim ", "Patrick Cross "] -version = "0.1.8-dev" +version = "0.1.8" [deps] ComputedFieldTypes = "459fdd68-db75-56b8-8c15-d717a790f88e"