Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjordan committed Jul 21, 2023
1 parent 8603558 commit 53a62b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "marlu"
version = "0.9.2"
version = "0.10.0"
authors = [
"Christopher H. Jordan <[email protected]>",
"Dev Null <[email protected]>",
]
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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- markdownlint-disable=MD025 -->

# Unreleased
# Version 0.10.0 (2023-07-21)

- Allow vis writers to not precess their UVWs
- Improve uvfits time precision
Expand Down

0 comments on commit 53a62b9

Please sign in to comment.