From 31571e2214349b43432c4733960280f8c7fe8f6c Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Sat, 16 Dec 2023 01:52:48 -0500 Subject: [PATCH] bump nemo to 0.38 --- CHANGELOG.md | 4 ++++ CONTRIBUTORS | 16 ---------------- Project.toml | 2 +- 3 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 CONTRIBUTORS diff --git a/CHANGELOG.md b/CHANGELOG.md index 6981090a5..7e6f1fc7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ # News +## v0.8.19 - 2023-12-16 + +- Bumping up the lower bounds of many dependencies and adding lower-bound compatibility checks to CI. + ## v0.8.18 - 2023-11-22 - `ECC.faults_matrix` detects and warns when encountery codes with redundant checks. diff --git a/CONTRIBUTORS b/CONTRIBUTORS deleted file mode 100644 index a5b29501b..000000000 --- a/CONTRIBUTORS +++ /dev/null @@ -1,16 +0,0 @@ -All people who have contributed any change to the -project, code, or documentation in chronological order. - -Stefan Krastanov -Praveen Viswanathan -Grace Sommers -Shu Ge -Chen Zhao -John Lapeyre -Yuxuan Yan -Maria Gragera Garces -Trung Dang -Shayan Pardis -Adrian Ariton -Anthony Micciche -Abhishek Bhatt diff --git a/Project.toml b/Project.toml index 047c523ef..7b860a45d 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ InteractiveUtils = "1" LinearAlgebra = "1" MacroTools = "0.5.9" Makie = "0.19.7" -Nemo = "0.36" +Nemo = "0.38" Plots = "1.38.0" PrecompileTools = "1.2" Quantikz = "1.3.1"