diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e46e63..5c25fa15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project after the 0.2.0 release will be documented i The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.9.1][] - 2023-08-31 +## [0.9.1][] - 2023-09-01 Fix some string output issues related to units with various prefixes of meters and seconds @@ -13,11 +13,16 @@ Fix some string output issues related to units with various prefixes of meters a - fixed an issue with string output related to mm/s outputting as mHz\*m and mm/s^2 outputting as Gy/km [#308][] -## [0.9.0][] - 2023-08-11 +### Added -A few user suggested tweaks, and support additional unit string conversions supported by the google unit converter. Cleaner output for `Hz` and prioritization of SI base units in the to_string operation. +- Added a CMAKE variable to change the project name, to resolve some packaging conflicts. `UNITS_CMAKE_PROJECT_NAME` [#310][] [#308]: https://github.com/LLNL/units/pull/308 +[#310]: https://github.com/LLNL/units/pull/310 + +## [0.9.0][] - 2023-08-11 + +A few user suggested tweaks, and support additional unit string conversions supported by the google unit converter. Cleaner output for `Hz` and prioritization of SI base units in the to_string operation. ### Changed diff --git a/FuzzTargets/Dockerfile b/FuzzTargets/Dockerfile index 46be10d2..a5fc938e 100644 --- a/FuzzTargets/Dockerfile +++ b/FuzzTargets/Dockerfile @@ -29,7 +29,7 @@ LABEL description="Units library fuzzer" LABEL vcs-ref=$GIT_COMMIT LABEL vcs-url="https://github.com/LLNL/units" LABEL version="0.9.1" -LABEL date="2023-08-31" +LABEL date="2023-09-01" VOLUME /fuzz diff --git a/webserver/Dockerfile b/webserver/Dockerfile index 354869fb..fb0c824d 100644 --- a/webserver/Dockerfile +++ b/webserver/Dockerfile @@ -25,7 +25,7 @@ LABEL description="Units library webserver" LABEL vcs-ref=$GIT_COMMIT LABEL vcs-url="https://github.com/LLNL/units" LABEL version="0.9.1" -LABEL date="2023-08-31" +LABEL date="2023-09-01" VOLUME /weblog