From 9ee9620112e47474c7634a460bfdc1dc975dbc59 Mon Sep 17 00:00:00 2001 From: Kevin Phan <98072684+ph-kev@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:05:24 -0800 Subject: [PATCH] Make a new release --- NEWS.md | 11 +++++++++++ Project.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 90b253b8..d5506d4d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,15 @@ # NEWS +v0.2.12 +------- + +## Features + +### Support with ITime + +This release adds support for working with `ITime`s. In particular, +`EveryCalendarDtSchedule` is compatible with `ITime` and a new constructor is +provided to make an `EveryCalendarDtSchedule` using `ITime`s. Lastly, there are +small changes to the writers to support `ITime`s. v0.2.11 ------- diff --git a/Project.toml b/Project.toml index 32f7d26a..dbd95742 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaDiagnostics" uuid = "1ecacbb8-0713-4841-9a07-eb5aa8a2d53f" authors = ["Gabriele Bozzola "] -version = "0.2.11" +version = "0.2.12" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"