File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,31 @@ Changelog
4
4
Version numbers comply with the [ Sementic Versioning Specification (SemVer)] .
5
5
6
6
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
+
7
27
## [ v0.2.2] (2021-08-04)
8
28
9
29
### Changed
10
30
11
- * Appended a slash character as required by ‘vcpkg’.
31
+ * Append a slash character as required by ‘vcpkg’.
12
32
13
33
14
34
## [ v0.2.1] (2021-07-22)
@@ -47,7 +67,7 @@ Version numbers comply with the [Sementic Versioning Specification (SemVer)].
47
67
48
68
49
69
[ 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
51
71
[ v0.2.2 ] : https://github.com/christophercrouzet/rexo/compare/v0.2.1...v0.2.2
52
72
[ v0.2.1 ] : https://github.com/christophercrouzet/rexo/compare/v0.2.0...v0.2.1
53
73
[ v0.2.0 ] : https://github.com/christophercrouzet/rexo/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.15 )
2
2
3
3
project (Rexo
4
- VERSION 0.2.2
4
+ VERSION 0.2.3
5
5
LANGUAGES C CXX )
6
6
7
7
# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments