diff --git a/NEWS.md b/NEWS.md index f2e62558..78dc491f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # Unitful.jl changelog +## v1.19.1 (2024-05-13) + +* ![Bugfix:](https://img.shields.io/badge/-bugfix-purple) Broadcasting `upreferred`, `ustrip`, or a unit (when used as a conversion function) over ranges now works correctly again ([#711](https://github.com/PainterQubits/Unitful.jl/pull/711), [#715](https://github.com/PainterQubits/Unitful.jl/pull/715)). +* ![Enhancement:](https://img.shields.io/badge/-enhancement-blue) Broadcasting `upreferred`, `ustrip`, or a unit (when used as a conversion function) over a `StepRange` now returns a `StepRangeLen` when the conversion results in floating-point numbers ([#715](https://github.com/PainterQubits/Unitful.jl/pull/715)). + ## v1.19.0 (2023-11-29) * ![Feature:](https://img.shields.io/badge/-feature-green) The dimensionless units parts per cent mille (`pcm`, 10^-5), parts per million (`ppm`, 10^-6), parts per billion (`ppb`, 10^-9), parts per trillion (`ppt`, 10^-12), and parts per quadrillion (`ppq`, 10^-15) are added ([#699](https://github.com/PainterQubits/Unitful.jl/pull/699)). diff --git a/Project.toml b/Project.toml index a40e7905..cf6eb329 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Unitful" uuid = "1986cc42-f94f-5a68-af5c-568840ba703d" -version = "1.19.0" +version = "1.19.1" [deps] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"