Skip to content

Commit

Permalink
update dates and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Sep 2, 2023
1 parent f454489 commit 44c20b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,24 @@ 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

### Fixed

- 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

Expand Down
2 changes: 1 addition & 1 deletion FuzzTargets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion webserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 44c20b0

Please sign in to comment.