From 761a10c2944f2159ed6a34cc0568c1ea2521a2ca Mon Sep 17 00:00:00 2001 From: d3v-null Date: Wed, 19 Jun 2024 11:45:56 +0000 Subject: [PATCH] Fix #9 release 0.9.0 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96bda86..f4fd0a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0] - 2024-05-24 +### Fixed +- Huge thanks to @robotopia for fixing https://github.com/MWATelescope/mwa_hyperbeam/issues/9 + ## [0.8.0] - 2024-05-24 ### Fixed - update marlu 0.11.0 (no code changes) diff --git a/Cargo.lock b/Cargo.lock index d873623..4580410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "mwa_hyperbeam" -version = "0.8.0" +version = "0.9.0" dependencies = [ "approx", "cbindgen", diff --git a/Cargo.toml b/Cargo.toml index fd54e11..b103244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mwa_hyperbeam" -version = "0.8.0" +version = "0.9.0" authors = [ "Christopher H. Jordan ", "Jack L. B. Line ",