Skip to content

Commit

Permalink
Bump to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercrouzet committed Oct 14, 2022
1 parent 9624af0 commit ce0ffbd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,31 @@ Changelog
Version numbers comply with the [Sementic Versioning Specification (SemVer)].


## [v0.2.3] (2021-10-15)

### Added

* Macro `RX_DISABLE_TEST_DISCOVERY` to disable the automatic discovery of tests.
* Support for MinGW.


### Changed

* Disable address sanitizer for custom data sections.
* Disable test discovery for unsupported compilers.
* Bump Contributor Covenant's code of conduct to version 2.1.


### Fixed

* Compilation with MSVC in C++ mode failing.


## [v0.2.2] (2021-08-04)

### Changed

* Appended a slash character as required by ‘vcpkg’.
* Append a slash character as required by ‘vcpkg’.


## [v0.2.1] (2021-07-22)
Expand Down Expand Up @@ -47,7 +67,7 @@ Version numbers comply with the [Sementic Versioning Specification (SemVer)].


[Sementic Versioning Specification (SemVer)]: https://semver.org
[Unreleased]: https://github.com/christophercrouzet/rexo/compare/v0.2.2...HEAD
[v0.2.3]: https://github.com/christophercrouzet/rexo/compare/v0.2.2...v0.2.3
[v0.2.2]: https://github.com/christophercrouzet/rexo/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/christophercrouzet/rexo/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/christophercrouzet/rexo/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15)

project(Rexo
VERSION 0.2.2
VERSION 0.2.3
LANGUAGES C CXX)

# ------------------------------------------------------------------------------
Expand Down

1 comment on commit ce0ffbd

@default-writer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

congrats! nice to news!

Please sign in to comment.