From 355ebbc7d6c8ad3ecc941f88f919214c6ca7fa4a Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Thu, 17 Oct 2024 14:11:27 +0100 Subject: [PATCH] update news, bump version --- NEWS.md | 5 +++++ Project.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 266e995c..0796da7c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # Molly.jl release notes +## v0.21.2 - Oct 2024 + +### Non-breaking changes +- Updates are made for AtomsBase.jl 0.4. AtomsBase is no longer re-exported. + ## v0.21.1 - Jul 2024 ### Non-breaking changes diff --git a/Project.toml b/Project.toml index 55c8a26b..53ff5c50 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Molly" uuid = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c" authors = ["Joe G Greener "] -version = "0.21.1" +version = "0.21.2" [deps] Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"