Skip to content

Commit e951d20

Browse files
committed
Release v2.4.1
1 parent bdbff09 commit e951d20

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff 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

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
cmake_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

1313
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
1414

0 commit comments

Comments
 (0)