File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 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/).
88
99### Added
1010
11+ ### Changed
12+
13+ ### Fixed
14+
15+
16+ ## [ 2.4.1] - 2025-01-14
17+
18+ ### Added
19+
1120- Add option ` -e, --exit-ignore-warnings ` : Return with exit code 0 even if
1221 there are warnings.
1322
@@ -16,8 +25,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1625- Modernized code and CMake config, updates for new versions of libraries
1726 used.
1827
19- ### Fixed
20-
2128
2229## [ 2.4.0] - 2022-12-22
2330
Original file line number Diff line number Diff line change 88
99cmake_minimum_required (VERSION 3.10 FATAL_ERROR)
1010
11- project (osmcoastline VERSION 2.4.0 LANGUAGES CXX C)
11+ project (osmcoastline VERSION 2.4.1 LANGUAGES CXX C)
1212
1313list (APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /cmake" )
1414
You can’t perform that action at this time.
0 commit comments