mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
docs: 2.2.0 release
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## mp-units
|
## mp-units
|
||||||
|
|
||||||
### 2.2.0 <small>WIP</small> { id="2.2.0" }
|
### 2.2.0 <small>June 14, 2024</small> { id="2.2.0" }
|
||||||
|
|
||||||
- (!) feat: C++ modules support added by [@JohelEGP](https://github.com/JohelEGP)
|
- (!) feat: C++ modules support added by [@JohelEGP](https://github.com/JohelEGP)
|
||||||
- (!) feat: New formatting specification implemented
|
- (!) feat: New formatting specification implemented
|
||||||
|
@ -495,7 +495,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.1.0
|
mp-units/2.2.0
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
mp-units:cxx_modules=True
|
mp-units:cxx_modules=True
|
||||||
@ -555,7 +555,7 @@ with the following differences:
|
|||||||
|
|
||||||
```ini title="conanfile.txt" hl_lines="2"
|
```ini title="conanfile.txt" hl_lines="2"
|
||||||
[requires]
|
[requires]
|
||||||
mp-units/2.2.0@mpusz/testing
|
mp-units/2.3.0@mpusz/testing
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
mp-units:cxx_modules=True
|
mp-units:cxx_modules=True
|
||||||
@ -666,5 +666,5 @@ The above will create a Conan package and run tests provided in _./test_package_
|
|||||||
## Uploading **mp-units** package to the Conan server
|
## Uploading **mp-units** package to the Conan server
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
conan upload -r <remote-name> --all mp-units/2.1.0@<user>/<channel>
|
conan upload -r <remote-name> --all mp-units/2.2.0@<user>/<channel>
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user