Skip to content

Commit 197e2f5

Browse files
committed
build: version 2.1.1
1 parent 2d22951 commit 197e2f5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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++

docs/getting_started/installation_and_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222

2323
cmake_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

2626
set(projectPrefix MP_UNITS_)
2727

0 commit comments

Comments
 (0)