From b071d81066ded14eed1cbf6709330bb8102182f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 9 Oct 2024 11:29:35 +0200 Subject: [PATCH] intx 0.12.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.12.0 → 0.12.1 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 8 ++++++++ CMakeLists.txt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 03734c97..dd62eb2e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.0 +current_version = 0.12.1 tag = True sign_tags = True tag_message = intx {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e751f73..14189b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ Documentation of all notable changes to the **intx** project. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [0.12.1] — 2024-10-09 + +### Fixed + +- Fix MSVC build in preprocessor conformance mode + [#327](https://github.com/chfast/intx/pull/327) + ## [0.12.0] — 2024-09-03 ### Added @@ -248,6 +255,7 @@ and this project adheres to [Semantic Versioning]. [#99](https://github.com/chfast/intx/pull/99) +[0.12.1]: https://github.com/chfast/intx/releases/v0.12.1 [0.12.0]: https://github.com/chfast/intx/releases/v0.12.0 [0.11.0]: https://github.com/chfast/intx/releases/v0.11.0 [0.10.1]: https://github.com/chfast/intx/releases/v0.10.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d51553c..96cdb3b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ if(INTX_TESTING) endif() project(intx LANGUAGES CXX) -set(PROJECT_VERSION 0.12.0) +set(PROJECT_VERSION 0.12.1) cable_configure_compiler(NO_STACK_PROTECTION)