diff --git a/NEWS.md b/NEWS.md index e55f2e9b6..a1bc44dba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,9 @@ RRTMGP.jl Release Notes main ------ + +v0.22.0 +------- - Internal compute buffers now use device-dependent physical layouts behind a uniform column-first `(ncol, nlay/nlev)` indexing convention: optical properties (`OneScalar`, `TwoStream`), source functions (`SourceLWNoScat`, diff --git a/Project.toml b/Project.toml index 704f8800c..042ef4fcd 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RRTMGP" uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1" authors = ["Climate Modeling Alliance"] -version = "0.21.9" +version = "0.22.0" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"