From 80009b632907f0399aab440f96f179616e34f53b Mon Sep 17 00:00:00 2001 From: Charles Kawczynski Date: Sat, 21 Dec 2024 15:07:48 -0500 Subject: [PATCH] Bump version, update news --- NEWS.md | 5 +++++ Project.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e5849e3348..b2ae54036a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,11 @@ ClimaCore.jl Release Notes main ------- +v0.14.21 +-------- + + - Support for new TVD limiters were added, PR [1662] + (https://github.com/CliMA/ClimaCore.jl/pull/1662). - We've added new convenience constructors for spaces PR [2082](https://github.com/CliMA/ClimaCore.jl/pull/2082). Here are links to the new constructors: - [ExtrudedCubedSphereSpace]() diff --git a/Project.toml b/Project.toml index 3dd8da04f1..06d74289ef 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCore" uuid = "d414da3d-4745-48bb-8d80-42e94e092884" authors = ["CliMA Contributors "] -version = "0.14.20" +version = "0.14.21" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"