Skip to content

Commit

Permalink
Add changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Aug 25, 2023
1 parent cd837bd commit 61c8fbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.4.3] - 2023-08-25
### Fixed
- Issue with GDAL on Ubuntu 20.04

## [0.4.2] - 2023-07-12
### Fixed
- Problematic compilation in debug mode
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include <boost/algorithm/string/predicate.hpp>

std::string CITY4CFD_VERSION = "0.4.2";
std::string CITY4CFD_VERSION = "0.4.3";

void printWelcome() {
auto logo{
Expand Down

0 comments on commit 61c8fbd

Please sign in to comment.