From be98273db8bfbd07742418f652fd458370276e4e Mon Sep 17 00:00:00 2001 From: Charles Kawczynski Date: Wed, 12 Jun 2024 15:37:15 -0400 Subject: [PATCH] Bump patch version and update news --- NEWS.md | 5 +++++ Project.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 55510d904a..b283331249 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,11 @@ ClimaCore.jl Release Notes main ------- +v0.14.9 +------- + +- ![][badge-🐛bugfix] GPU dispatching with `copyto!` and `fill!` have been fixed PR [#1802](https://github.com/CliMA/ClimaCore.jl/pull/1802). + v0.14.8 ------- diff --git a/Project.toml b/Project.toml index 3146b2caa6..472a06da5f 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.8" +version = "0.14.9" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"