diff --git a/NEWS.md b/NEWS.md index c431e8ae..f919b738 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,12 @@ v0.2.0 ------- -- ![][badge-💥breaking]The `NetCDFWriter` now outputs points on the vertical levels by default. +- Fix support for purely horziontal spaces in `NetCDFWriter`. + +v0.2.0 +------- + +- ![][badge-💥breaking] The `NetCDFWriter` now outputs points on the vertical levels by default. - ![][badge-💥breaking] `disable_vertical_interpolation` is removed in favor of `z_sampling_method`. [badge-💥breaking]: https://img.shields.io/badge/💥BREAKING-red.svg diff --git a/Project.toml b/Project.toml index 2a02dcf0..c2e73198 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.0" +version = "0.2.1" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"