Skip to content

Commit

Permalink
Merge branch 'release-0.4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Feb 12, 2024
2 parents 02eec43 + 8a85c09 commit d9167b3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
build_win64:
runs-on: windows-latest
if: false
steps:
- uses: actions/checkout@v3
- name: vcpkg build
Expand Down
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.5] - 2024-02-12
### Fixed
- Dependency hotfix

## [0.4.4] - 2024-01-13
### Changed
- Improved fallbacks in case building import fails in late stages
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.4";
std::string CITY4CFD_VERSION = "0.4.5";

void printWelcome() {
auto logo{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#ifndef CGAL_INTERNAL_INTERSECTIONS_PLANE_3_TRIANGLE_3_INTERSECTION_H
#define CGAL_INTERNAL_INTERSECTIONS_PLANE_3_TRIANGLE_3_INTERSECTION_H

#include <boost/next_prior.hpp>

#include <CGAL/Intersection_traits_3.h>
#include <CGAL/Intersections_3/internal/Line_3_Plane_3_intersection.h>

Expand Down

0 comments on commit d9167b3

Please sign in to comment.