Skip to content

Commit

Permalink
build: version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed May 16, 2024
1 parent 2d22951 commit 197e2f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

### 2.2.0 <small>WIP</small> { id="2.2.0" }

### 2.1.1 <small>May 16, 2024</small> { id="2.1.1" }

- fix: unit tests compilation on gcc-14 fixed
- fix: explicit `this` parameter support fixed

### 2.1.0 <small>December 8, 2023</small> { id="2.1.0" }

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![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)

[![Conan stable](https://img.shields.io/conan/v/mp-units?label=ConanCenter&color=blue)](https://conan.io/center/mp-units)
[![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)
[![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)


# `mp-units` - A Physical Quantities and Units library for C++
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/installation_and_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ with the following differences:

```ini title="conanfile.txt" hl_lines="2"
[requires]
mp-units/2.1.0@mpusz/testing
mp-units/2.1.1@mpusz/testing

[layout]
cmake_layout
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SOFTWARE.

cmake_minimum_required(VERSION 3.19)
project(mp-units VERSION 2.1.0 LANGUAGES CXX)
project(mp-units VERSION 2.1.1 LANGUAGES CXX)

set(projectPrefix MP_UNITS_)

Expand Down

0 comments on commit 197e2f5

Please sign in to comment.