File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 44
55### 2.2.0 <small >WIP</small > { id="2.2.0" }
66
7+ ### 2.1.1 <small >May 16, 2024</small > { id="2.1.1" }
8+
9+ - fix: unit tests compilation on gcc-14 fixed
10+ - fix: explicit ` this ` parameter support fixed
711
812### 2.1.0 <small >December 8, 2023</small > { id="2.1.0" }
913
Original file line number Diff line number Diff line change 77[ ![ GitHub Workflow Documentation] ( https://img.shields.io/github/actions/workflow/status/mpusz/mp-units/documentation.yml?branch=master&label=Documentation )] ( https://github.com/mpusz/mp-units/actions?query=workflow%3ADocumentation+branch%3Amaster )
88
99[ ![ Conan stable] ( https://img.shields.io/conan/v/mp-units?label=ConanCenter&color=blue )] ( https://conan.io/center/mp-units )
10- [ ![ Conan testing] ( https://img.shields.io/badge/mpusz.jfrog.io-2.1 .0%3Atesting-blue )] ( https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.1 .0 )
10+ [ ![ Conan testing] ( https://img.shields.io/badge/mpusz.jfrog.io-2.2 .0%3Atesting-blue )] ( https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.2 .0 )
1111
1212
1313# ` mp-units ` - A Physical Quantities and Units library for C++
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ with the following differences:
341341
342342 ```ini title =" conanfile.txt" hl_lines =" 2"
343343 [requires]
344- mp-units/2.1.0 @mpusz/testing
344+ mp-units/2.1.1 @mpusz/testing
345345
346346 [layout]
347347 cmake_layout
Original file line number Diff line number Diff line change 2121# SOFTWARE.
2222
2323cmake_minimum_required (VERSION 3.19 )
24- project (mp-units VERSION 2.1.0 LANGUAGES CXX )
24+ project (mp-units VERSION 2.1.1 LANGUAGES CXX )
2525
2626set (projectPrefix MP_UNITS_)
2727
You can’t perform that action at this time.
0 commit comments