From 53a62b9052faf843bf2073f5a3edd3331e10c5c4 Mon Sep 17 00:00:00 2001 From: "Christopher H. Jordan" Date: Fri, 21 Jul 2023 10:58:49 +0800 Subject: [PATCH] Release v0.10.0 --- Cargo.toml | 4 ++-- README.md | 2 +- RELEASES.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ce21c8..9e30302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "marlu" -version = "0.9.2" +version = "0.10.0" authors = [ "Christopher H. Jordan ", "Dev Null ", ] edition = "2021" -rust-version = "1.60" +rust-version = "1.64" license = "MPL-2.0" readme = "README.md" description = "Convenience Rust code that handles coordinate transformations, Jones matrices, I/O. for the Murchison Widefield Array (MWA) radio telescope. Previously known as mwa_rust_core" diff --git a/README.md b/README.md index c81cb53..fdd8684 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ etc. ## Prerequisites -- A Rust compiler with a version >= 1.60.0 +- A Rust compiler with a version >= 1.64.0 ```bash $ rustc -V diff --git a/RELEASES.md b/RELEASES.md index b3683a4..16f302e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,6 @@ -# Unreleased +# Version 0.10.0 (2023-07-21) - Allow vis writers to not precess their UVWs - Improve uvfits time precision