Skip to content

Commit ce0ffbd

Browse files
Bump to v0.2.3
1 parent 9624af0 commit ce0ffbd

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,31 @@ Changelog
44
Version numbers comply with the [Sementic Versioning Specification (SemVer)].
55

66

7+
## [v0.2.3] (2021-10-15)
8+
9+
### Added
10+
11+
* Macro `RX_DISABLE_TEST_DISCOVERY` to disable the automatic discovery of tests.
12+
* Support for MinGW.
13+
14+
15+
### Changed
16+
17+
* Disable address sanitizer for custom data sections.
18+
* Disable test discovery for unsupported compilers.
19+
* Bump Contributor Covenant's code of conduct to version 2.1.
20+
21+
22+
### Fixed
23+
24+
* Compilation with MSVC in C++ mode failing.
25+
26+
727
## [v0.2.2] (2021-08-04)
828

929
### Changed
1030

11-
* Appended a slash character as required by ‘vcpkg’.
31+
* Append a slash character as required by ‘vcpkg’.
1232

1333

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

4868

4969
[Sementic Versioning Specification (SemVer)]: https://semver.org
50-
[Unreleased]: https://github.com/christophercrouzet/rexo/compare/v0.2.2...HEAD
70+
[v0.2.3]: https://github.com/christophercrouzet/rexo/compare/v0.2.2...v0.2.3
5171
[v0.2.2]: https://github.com/christophercrouzet/rexo/compare/v0.2.1...v0.2.2
5272
[v0.2.1]: https://github.com/christophercrouzet/rexo/compare/v0.2.0...v0.2.1
5373
[v0.2.0]: https://github.com/christophercrouzet/rexo/compare/v0.1.0...v0.2.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15)
22

33
project(Rexo
4-
VERSION 0.2.2
4+
VERSION 0.2.3
55
LANGUAGES C CXX)
66

77
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)