mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
build: version bumped to 2.3.0
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
## mp-units
|
||||
|
||||
### 2.3.0 <small>WIP</small> { id="2.3.0" }
|
||||
|
||||
### 2.2.0 <small>June 14, 2024</small> { id="2.2.0" }
|
||||
|
||||
- (!) feat: C++ modules support added by [@JohelEGP](https://github.com/JohelEGP)
|
||||
|
@ -40,9 +40,9 @@ repository-code: "https://github.com/mpusz/mp-units"
|
||||
url: "https://mpusz.github.io/mp-units"
|
||||
repository-artifact: "https://conan.io/center/mp-units"
|
||||
|
||||
version: 2.1.1
|
||||
date-released: "2024-05-16"
|
||||
version: 2.2.0
|
||||
date-released: "2024-06-14"
|
||||
identifiers:
|
||||
- description: "The GitHub release URL of tag 2.1.1"
|
||||
- description: "The GitHub release URL of tag 2.2.0"
|
||||
type: url
|
||||
value: "https://github.com/mpusz/mp-units/releases/tag/v2.1.1"
|
||||
value: "https://github.com/mpusz/mp-units/releases/tag/v2.2.0"
|
||||
|
@ -11,7 +11,7 @@
|
||||
[](https://github.com/mpusz/mp-units/actions?query=workflow%3ADocumentation+branch%3Amaster)
|
||||
|
||||
[](https://conan.io/center/mp-units)
|
||||
[](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.2.0)
|
||||
[](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.3.0)
|
||||
|
||||
|
||||
# `mp-units` - The quantities and units library for C++
|
||||
|
@ -21,7 +21,7 @@
|
||||
# SOFTWARE.
|
||||
|
||||
cmake_minimum_required(VERSION 3.23)
|
||||
project(mp-units VERSION 2.2.0 LANGUAGES CXX)
|
||||
project(mp-units VERSION 2.3.0 LANGUAGES CXX)
|
||||
|
||||
set(projectPrefix MP_UNITS_)
|
||||
|
||||
|
Reference in New Issue
Block a user