diff --git a/NEWS.md b/NEWS.md index 265571b0..8b623c11 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,8 +2,12 @@ Thermodynamics.jl Release Notes ======================== main +---- + +v0.13.0 ------- - ![][badge-šŸ¤–precisionĪ”] Change the tolerance of PhaseEquil constructor to 1e-4 +- ![][badge-šŸ’„breaking] Change the definition of dry air internal energy and enthalpy v0.12.7 ------- diff --git a/Project.toml b/Project.toml index 6f37b6ac..c7f16f3b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Thermodynamics" uuid = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c" authors = ["Climate Modeling Alliance"] -version = "0.12.7" +version = "0.13.0" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"