Skip to content

Commit

Permalink
docs: 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Jun 14, 2024
1 parent 4ed4b23 commit d7345fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 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: New formatting specification implemented
Expand Down
6 changes: 3 additions & 3 deletions docs/getting_started/installation_and_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ The following steps may be performed to obtain an official library release:

```ini title="conanfile.txt"
[requires]
mp-units/2.1.0
mp-units/2.2.0

[options]
mp-units:cxx_modules=True
Expand Down Expand Up @@ -555,7 +555,7 @@ with the following differences:

```ini title="conanfile.txt" hl_lines="2"
[requires]
mp-units/2.2.0@mpusz/testing
mp-units/2.3.0@mpusz/testing

[options]
mp-units:cxx_modules=True
Expand Down Expand Up @@ -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
```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>
```

0 comments on commit d7345fb

Please sign in to comment.