From 3c56870595c8384ebfd2f5a04aeb14d4637c04ca Mon Sep 17 00:00:00 2001 From: Gernot Bauer Date: Wed, 22 Jul 2026 10:10:32 +0200 Subject: [PATCH] Version bump for release of si-units-v0.11.5 --- si-units/CHANGELOG.md | 4 ++++ si-units/Cargo.toml | 2 +- si-units/pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/si-units/CHANGELOG.md b/si-units/CHANGELOG.md index 1cd0835..7620ec4 100644 --- a/si-units/CHANGELOG.md +++ b/si-units/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.5] - 2026-06-22 +### Packaging +- Added CI workflow for emscripten wheel. [#117](https://github.com/itt-ustutt/quantity/pull/117) + ## [0.11.4] - 2026-05-01 ### Changed - Generalized indexing, such that, e.g., general multidimensional slicing operations are possible for quantities containing NumPy arrays. [#110](https://github.com/itt-ustutt/quantity/pull/110) diff --git a/si-units/Cargo.toml b/si-units/Cargo.toml index 370cdc8..bf62a6c 100644 --- a/si-units/Cargo.toml +++ b/si-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "si-units" -version = "0.11.4" +version = "0.11.5" authors = [ "Philipp Rehner ", "Gernot Bauer ", diff --git a/si-units/pyproject.toml b/si-units/pyproject.toml index 05e0339..b2af63c 100644 --- a/si-units/pyproject.toml +++ b/si-units/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "si-units" -version = "0.11.4" +version = "0.11.5" description = "Representation of quantites, i.e. of unit valued scalars and arrays." readme = "README.md" authors = [