From 31224d934ae06ae091952b353447549131eb0cd1 Mon Sep 17 00:00:00 2001 From: Nat Efrat-Henrici <60049837+nefrathenrici@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:42:32 -0800 Subject: [PATCH] Release v0.13 (#466) * Release v0.13 * Update changelog --- NEWS.md | 13 +++++++++++++ Project.toml | 2 +- changelog.md | 6 ------ 3 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 NEWS.md delete mode 100644 changelog.md diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 000000000..b6a87dc61 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,13 @@ +RRTMGP.jl Release Notes +======================== + +v0.13.0 +------ +- Remove inferable fields from AtmosphericStates ([#453](https://github.com/CliMA/RRTMGP.jl/pull/453)) +- Add CloudState ([#454](https://github.com/CliMA/RRTMGP.jl/pull/454)) +- Restructure datalayout in AtmosphericStates to enable coalesced memory ([#455](https://github.com/CliMA/RRTMGP.jl/pull/455)) +- Update from CLIMAParameters to ClimaParams ([#456](https://github.com/CliMA/RRTMGP.jl/pull/456)), Adapt v0.4 ([#462](https://github.com/CliMA/RRTMGP.jl/pull/462)) + +v0.12.0 +------ +- Started changelog \ No newline at end of file diff --git a/Project.toml b/Project.toml index 095699975..c2f6b2d13 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.12.0" +version = "0.13.0" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" diff --git a/changelog.md b/changelog.md deleted file mode 100644 index e35e7b20a..000000000 --- a/changelog.md +++ /dev/null @@ -1,6 +0,0 @@ -RRTMGP.jl Release Notes -======================== - -v0.12.0 ------- -- Started changelog \ No newline at end of file