diff --git a/NEWS.md b/NEWS.md index 2c537ca2..2d0dba9c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # Unitful.jl changelog +## v1.17.0 (2023-08-24) + +* ![Feature:](https://img.shields.io/badge/-feature-green) The standard atmosphere (`atm`) now accepts SI prefixes, e.g., `μatm` is defined ([#664](https://github.com/PainterQubits/Unitful.jl/pull/664)). + ## v1.16.3 (2023-08-14) * ![Bugfix:](https://img.shields.io/badge/-bugfix-purple) Calling `min` and `max` with quantities of different units can no longer return wrong results due to floating-point overflow in the unit conversion ([#675](https://github.com/PainterQubits/Unitful.jl/pull/675)). diff --git a/Project.toml b/Project.toml index 008c379a..14d83e1f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Unitful" uuid = "1986cc42-f94f-5a68-af5c-568840ba703d" -version = "1.16.3" +version = "1.17.0" [deps] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"