diff --git a/CHANGELOG.md b/CHANGELOG.md index 66910b5..744e67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ Changes in each release are listed below. -## Unreleased -* Provide DUT1 in the metafits context. -* API tweaks surrounding generic types. - * Things should be slightly more flexible than before. +## 0.15.0 23-Jun-2022 (Pre-release) +* Provide DUT1 in the metafits context +* API tweaks surrounding generic types + * Things should be slightly more flexible than before +* Clippy lints and update cbindgen +* Rename mwa_rust_core -> Marlu ## 0.14.0 13-Apr-2022 (Pre-release) * Specify minimum-required dependency versions. diff --git a/Cargo.toml b/Cargo.toml index 7e73d97..4614b11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mwalib" -version = "0.14.0" +version = "0.15.0" homepage = "https://github.com/MWATelescope/mwalib" repository = "https://github.com/MWATelescope/mwalib" readme = "README.md"