docs: 2.4.0 release

This commit is contained in:
Mateusz Pusz
2024-11-05 17:30:38 +01:00
parent 98f173993d
commit 57a030a602
3 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
## mp-units
### 2.4.0 <small>WIP</small> { id="2.4.0" }
### 2.4.0 <small>November 5, 2024</small> { 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`

View File

@ -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"

View File

@ -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]