From 771d4c2e99b5559dc8ed7b74ce9975e510fdd036 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 14 Jun 2024 16:03:27 +0200 Subject: [PATCH] build: version bumped to 2.3.0 --- CHANGELOG.md | 2 ++ CITATION.cff | 8 ++++---- README.md | 2 +- src/CMakeLists.txt | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd752de6..2e7013ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## mp-units +### 2.3.0 WIP { id="2.3.0" } + ### 2.2.0 June 14, 2024 { id="2.2.0" } - (!) feat: C++ modules support added by [@JohelEGP](https://github.com/JohelEGP) diff --git a/CITATION.cff b/CITATION.cff index 650a157b..210e2fe9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" diff --git a/README.md b/README.md index bb3a7cc2..3e4ea88f 100644 --- a/README.md +++ b/README.md @@ -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) [![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.2.0%3Atesting-blue)](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.2.0) +[![Conan testing](https://img.shields.io/badge/mpusz.jfrog.io-2.3.0%3Atesting-blue)](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.3.0) # `mp-units` - The quantities and units library for C++ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d51ddfda..d909de9e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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_)