From 5fb0884811bf717cc5889c4c7bc90afae92c4af9 Mon Sep 17 00:00:00 2001 From: Sebastian Stock <42280794+sostock@users.noreply.github.com> Date: Tue, 1 Aug 2023 08:15:26 +0200 Subject: [PATCH] Release v1.16.0 (#669) --- NEWS.md | 5 +++++ Project.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index f9180920..9d66a19f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # Unitful.jl changelog +## v1.16.0 (2023-08-01) + +* ![Feature:](https://img.shields.io/badge/-feature-green) The derived dimension `MolarMass` (`𝐌/𝐍`) is added ([#663](https://github.com/PainterQubits/Unitful.jl/pull/663)). +* ![Feature:](https://img.shields.io/badge/-feature-green) Dimensionless quantities now support the `tanpi` function added in Julia 1.10 ([#620](https://github.com/PainterQubits/Unitful.jl/pull/620)). + ## v1.15.0 (2023-07-05) * ![Feature:](https://img.shields.io/badge/-feature-green) Support for [InverseFunctions.jl](https://github.com/JuliaMath/InverseFunctions.jl) is extended to all supported Julia versions. On Julia < 1.9, InverseFunctions.jl is added as a regular dependency ([#652](https://github.com/PainterQubits/Unitful.jl/pull/652)). diff --git a/Project.toml b/Project.toml index 10d76ae7..33363e7b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Unitful" uuid = "1986cc42-f94f-5a68-af5c-568840ba703d" -version = "1.15.0" +version = "1.16.0" [deps] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"