mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
docs: 2.4.0 release
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## mp-units
|
## 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: `phase_velocity` and `group_velocity` aliases removed from ISQ by ISO
|
||||||
- feat: `iec::bit` using-declared in `iec::unit_symbols`
|
- feat: `iec::bit` using-declared in `iec::unit_symbols`
|
||||||
|
@ -40,9 +40,9 @@ repository-code: "https://github.com/mpusz/mp-units"
|
|||||||
url: "https://mpusz.github.io/mp-units"
|
url: "https://mpusz.github.io/mp-units"
|
||||||
repository-artifact: "https://conan.io/center/mp-units"
|
repository-artifact: "https://conan.io/center/mp-units"
|
||||||
|
|
||||||
version: 2.3.0
|
version: 2.4.0
|
||||||
date-released: "2024-09-27"
|
date-released: "2024-11-05"
|
||||||
identifiers:
|
identifiers:
|
||||||
- description: "The GitHub release URL of tag 2.3.0"
|
- description: "The GitHub release URL of tag 2.4.0"
|
||||||
type: url
|
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"
|
||||||
|
@ -265,7 +265,7 @@ The following steps may be performed to obtain an official library release:
|
|||||||
|
|
||||||
```ini title="conanfile.txt"
|
```ini title="conanfile.txt"
|
||||||
[requires]
|
[requires]
|
||||||
mp-units/2.3.0
|
mp-units/2.4.0
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
|
||||||
@ -323,7 +323,7 @@ with the following differences:
|
|||||||
|
|
||||||
```ini title="conanfile.txt" hl_lines="2"
|
```ini title="conanfile.txt" hl_lines="2"
|
||||||
[requires]
|
[requires]
|
||||||
mp-units/2.4.0@mpusz/testing
|
mp-units/2.5.0@mpusz/testing
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user