From 8d7916f0983381c16b237737de6b1647c4f57bcc Mon Sep 17 00:00:00 2001 From: Charles Kawczynski Date: Fri, 22 Mar 2024 10:10:40 -0400 Subject: [PATCH] Update news, bump patch version --- NEWS.md | 5 +++++ Project.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 9c0b57f38e..e156b0f15c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ ClimaCore.jl Release Notes ======================== +v0.13.3 +------- + +- ![][badge-🚀performance] We now always inline for all ClimaCore kernels. PR [#1647](https://github.com/CliMA/ClimaCore.jl/pull/1647). This can result in more brittle inference (due to compiler heuristics). Technically, this is not a breaking change, but some code changes may be needed in practice. + v0.13.2 ------- diff --git a/Project.toml b/Project.toml index 2709eac849..07fbc80596 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCore" uuid = "d414da3d-4745-48bb-8d80-42e94e092884" authors = ["CliMA Contributors "] -version = "0.13.2" +version = "0.13.3" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"