From 3bbef820a37f0fa1ef9980777a74abc3cd985ac6 Mon Sep 17 00:00:00 2001 From: Philipp Rehner Date: Sat, 18 Apr 2026 17:27:44 +0200 Subject: [PATCH] Release si-units v0.11.2 --- si-units/CHANGELOG.md | 3 +++ si-units/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/si-units/CHANGELOG.md b/si-units/CHANGELOG.md index 58eb7d2..dbe1a3e 100644 --- a/si-units/CHANGELOG.md +++ b/si-units/CHANGELOG.md @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.11.2] - 2026-04-18 ### Added - Added getters for `value` and `unit` of `SIObject`. [#102](https://github.com/itt-ustutt/quantity/pull/102) +- Added `value_in` so `SIObject` to convert a quantity to a given unit. [#103](https://github.com/itt-ustutt/quantity/pull/103) ## [0.11.1] - 2026-01-22 ### Fixed diff --git a/si-units/Cargo.toml b/si-units/Cargo.toml index 8735261..a07ffa4 100644 --- a/si-units/Cargo.toml +++ b/si-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "si-units" -version = "0.11.1" +version = "0.11.2" authors = [ "Philipp Rehner ", "Gernot Bauer ",