diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e5ac46..8b4d9507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## mp-units -### 2.4.0 WIP { id="2.4.0" } +### 2.4.0 November 5, 2024 { id="2.4.0" } - (!) feat: `phase_velocity` and `group_velocity` aliases removed from ISQ by ISO - feat: `iec::bit` using-declared in `iec::unit_symbols` diff --git a/CITATION.cff b/CITATION.cff index 6df0310c..b5fb34e2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -40,9 +40,9 @@ repository-code: "https://github.com/mpusz/mp-units" url: "https://mpusz.github.io/mp-units" repository-artifact: "https://conan.io/center/mp-units" -version: 2.3.0 -date-released: "2024-09-27" +version: 2.4.0 +date-released: "2024-11-05" identifiers: - - description: "The GitHub release URL of tag 2.3.0" + - description: "The GitHub release URL of tag 2.4.0" type: url - value: "https://github.com/mpusz/mp-units/releases/tag/v2.3.0" + value: "https://github.com/mpusz/mp-units/releases/tag/v2.4.0" diff --git a/docs/getting_started/installation_and_usage.md b/docs/getting_started/installation_and_usage.md index 7f56608f..79de4a58 100644 --- a/docs/getting_started/installation_and_usage.md +++ b/docs/getting_started/installation_and_usage.md @@ -265,7 +265,7 @@ The following steps may be performed to obtain an official library release: ```ini title="conanfile.txt" [requires] - mp-units/2.3.0 + mp-units/2.4.0 [options] @@ -323,7 +323,7 @@ with the following differences: ```ini title="conanfile.txt" hl_lines="2" [requires] - mp-units/2.4.0@mpusz/testing + mp-units/2.5.0@mpusz/testing [options]