diff --git a/Cargo.lock b/Cargo.lock index 0a51951..4378c43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ dependencies = [ [[package]] name = "birli" -version = "0.9.1" +version = "0.9.2" dependencies = [ "aoflagger_sys", "approx", diff --git a/Cargo.toml b/Cargo.toml index fbfccf9..444a9ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -39,7 +39,7 @@ 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" @@ -64,7 +64,7 @@ csv = "1.1" float-cmp = "0.9" glob = "0.3" lexical = "6.0" -marlu = { version = "0.9.2", features = ["approx"] } +marlu = { version = "0.9.0", features = ["approx"] } ndarray = { version = "0.15.4", features = ["approx-0_5"] } tempfile = "3.3" diff --git a/RELEASES.md b/RELEASES.md index 6701ff0..de6ee17 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,9 @@ +# 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: