build: version bumped to 2.5.0

This commit is contained in:
Mateusz Pusz
2024-11-05 18:37:06 +01:00
parent 6e06eddf20
commit 1595fca9a9
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## mp-units ## mp-units
### 2.5.0 <small>WIP</small> { id="2.5.0" }
### 2.4.0 <small>November 5, 2024</small> { id="2.4.0" } ### 2.4.0 <small>November 5, 2024</small> { id="2.4.0" }
- (!) feat: `phase_velocity` and `group_velocity` aliases removed from ISQ by ISO - (!) feat: `phase_velocity` and `group_velocity` aliases removed from ISQ by ISO

View File

@ -11,7 +11,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) [![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 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.4.0%3Atesting-blue)](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.4.0) [![Conan testing](https://img.shields.io/badge/mpusz.jfrog.io-2.5.0%3Atesting-blue)](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.5.0)
# `mp-units` - The quantities and units library for C++ # `mp-units` - The quantities and units library for C++

View File

@ -21,7 +21,7 @@
# SOFTWARE. # SOFTWARE.
cmake_minimum_required(VERSION 3.25) cmake_minimum_required(VERSION 3.25)
project(mp-units VERSION 2.4.0 LANGUAGES CXX) project(mp-units VERSION 2.5.0 LANGUAGES CXX)
set(projectPrefix MP_UNITS_) set(projectPrefix MP_UNITS_)