Skip to content

Commit

Permalink
Release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jan 14, 2025
1 parent bdbff09 commit e951d20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

### Changed

### Fixed


## [2.4.1] - 2025-01-14

### Added

- Add option `-e, --exit-ignore-warnings`: Return with exit code 0 even if
there are warnings.

Expand All @@ -16,8 +25,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Modernized code and CMake config, updates for new versions of libraries
used.

### Fixed


## [2.4.0] - 2022-12-22

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

cmake_minimum_required(VERSION 3.10 FATAL_ERROR)

project(osmcoastline VERSION 2.4.0 LANGUAGES CXX C)
project(osmcoastline VERSION 2.4.1 LANGUAGES CXX C)

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

Expand Down

0 comments on commit e951d20

Please sign in to comment.