File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
8
8
9
9
### Added
10
10
11
+ ### Changed
12
+
13
+ ### Fixed
14
+
15
+
16
+ ## [ 2.4.1] - 2025-01-14
17
+
18
+ ### Added
19
+
11
20
- Add option ` -e, --exit-ignore-warnings ` : Return with exit code 0 even if
12
21
there are warnings.
13
22
@@ -16,8 +25,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
16
25
- Modernized code and CMake config, updates for new versions of libraries
17
26
used.
18
27
19
- ### Fixed
20
-
21
28
22
29
## [ 2.4.0] - 2022-12-22
23
30
Original file line number Diff line number Diff line change 8
8
9
9
cmake_minimum_required (VERSION 3.10 FATAL_ERROR)
10
10
11
- project (osmcoastline VERSION 2.4.0 LANGUAGES CXX C)
11
+ project (osmcoastline VERSION 2.4.1 LANGUAGES CXX C)
12
12
13
13
list (APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /cmake" )
14
14
You can’t perform that action at this time.
0 commit comments