Skip to content

Commit

Permalink
🔖 Release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Jul 18, 2023
1 parent a4bbda8 commit 8427004
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "birli"
description = "A preprocessing pipeline for the Murchison Widefield Array"
version = "0.9.1"
version = "0.9.2"
readme = "README.md"
homepage = "https://github.com/MWATelescope/Birli"
repository = "https://github.com/MWATelescope/Birli"
Expand Down Expand Up @@ -39,11 +39,11 @@ all-static = ["cfitsio-static"]
byteorder = "1.4.3"
cfg-if = "1.0.0"
derive_builder = "0.11.1"
indicatif = { version = "<=0.17.3", features = ["rayon"] }
indicatif = { version = "0.17.0", features = ["rayon"] }
itertools = "0.10.0"
lazy_static = "1.4.0"
log = "0.4.0"
marlu = "0.9.0"
marlu = "0.9.2"
regex = "1.4.0"
thiserror = "1.0.0"

Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- markdownlint-disable=MD025 -->

# Version 0.9.2 (2023-07-18)
- 🙏 quality of life:
- update modtime when writing ms

# Version 0.9.1 (2023-03-10)

- 🙏 quality of life:
Expand Down

0 comments on commit 8427004

Please sign in to comment.