diff --git a/CHANGELOG.md b/CHANGELOG.md index cc38d895..dd752de6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## mp-units -### 2.2.0 WIP { id="2.2.0" } +### 2.2.0 June 14, 2024 { id="2.2.0" } - (!) feat: C++ modules support added by [@JohelEGP](https://github.com/JohelEGP) - (!) feat: New formatting specification implemented diff --git a/docs/getting_started/installation_and_usage.md b/docs/getting_started/installation_and_usage.md index d1c4a079..b34f9f3b 100644 --- a/docs/getting_started/installation_and_usage.md +++ b/docs/getting_started/installation_and_usage.md @@ -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 @@ -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 @@ -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 --all mp-units/2.1.0@/ +conan upload -r --all mp-units/2.2.0@/ ```