Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Sep 13, 2022
1 parent 8b3c135 commit c6ffc19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

## [0.1.2] - 2022-09-13
### Improved
- Bad triangles handling

## [0.1.1] - 2022-09-02
### Fixed
- Bad triangles at surface edges
- Polygons close to the boundary are defined as 'out of bounds'


## [0.1.0] - 2022-08-14
First release
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "io.h"
#include "Map3d.h"

std::string CITY4CFD_VERSION = "0.1.1";
std::string CITY4CFD_VERSION = "0.1.2";

void printWelcome() {
auto logo{
Expand Down

0 comments on commit c6ffc19

Please sign in to comment.