diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06073917..d60a8824 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.2" + ".": "1.12.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d61e8809..773a849b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.3](https://github.com/JuliaPhysics/DynamicQuantities.jl/compare/v1.12.2...v1.12.3) (2026-04-23) + + +### Bug Fixes + +* handle broadcast allocation for range-backed QuantityArray ([#218](https://github.com/JuliaPhysics/DynamicQuantities.jl/issues/218)) ([fcb754c](https://github.com/JuliaPhysics/DynamicQuantities.jl/commit/fcb754ce6eafe1a3ecf67ab3abdbd5c2ec3a1d17)) + ## [1.12.2](https://github.com/JuliaPhysics/DynamicQuantities.jl/compare/v1.12.1...v1.12.2) (2026-04-22) diff --git a/Project.toml b/Project.toml index 7f691224..8284ea69 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DynamicQuantities" uuid = "06fc5a27-2a28-4c7c-a15d-362465fb6821" authors = ["MilesCranmer and contributors"] -version = "1.12.2" +version = "1.12.3" [deps] DispatchDoctor = "8d63f2c5-f18a-4cf2-ba9d-b3f60fc568c8"