mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
Development switched to 0.6.0
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Release notes
|
# Release notes
|
||||||
|
|
||||||
|
- **0.6.0 WIP**
|
||||||
|
|
||||||
|
|
||||||
- **0.5.0 May 17, 2020**
|
- **0.5.0 May 17, 2020**
|
||||||
- Major refactoring and rewrite of the library
|
- Major refactoring and rewrite of the library
|
||||||
- Units are now independent from dimensions
|
- Units are now independent from dimensions
|
||||||
|
@@ -162,13 +162,13 @@ To use **mp-units** as a CMake imported library the following steps may be perfo
|
|||||||
project's top-level directory and add **mp-units** as a dependency to your Conan configuration
|
project's top-level directory and add **mp-units** as a dependency to your Conan configuration
|
||||||
file.
|
file.
|
||||||
|
|
||||||
- for example to use **mp-units** testing/prerelease version ``0.5.0`` in case of *conanfile.txt*
|
- for example to use **mp-units** testing/prerelease version ``0.6.0`` in case of *conanfile.txt*
|
||||||
it is enough for it to just contain the following lines:
|
it is enough for it to just contain the following lines:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
mp-units/0.5.0@mpusz/testing
|
mp-units/0.6.0@mpusz/testing
|
||||||
|
|
||||||
3. Import Conan dependencies definitions to the beginning of your top-level *CMakeLists.txt*
|
3. Import Conan dependencies definitions to the beginning of your top-level *CMakeLists.txt*
|
||||||
file in your project:
|
file in your project:
|
||||||
@@ -234,4 +234,4 @@ Uploading **mp-units** Package to the Conan Server
|
|||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
conan upload -r <remote-name> --all mp-units/0.5.0@<user>/<channel>
|
conan upload -r <remote-name> --all mp-units/0.6.0@<user>/<channel>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.12)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
|
|
||||||
project(mp-units
|
project(mp-units
|
||||||
VERSION 0.5.0
|
VERSION 0.6.0
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user