Skip to content

Commit

Permalink
Bump to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Dec 21, 2023
1 parent 9730132 commit 61f3b08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules;${CMAKE_MODULE_PATH}"

set( SFCGAL_VERSION_MAJOR 1 )
set( SFCGAL_VERSION_MINOR 5 )
set( SFCGAL_VERSION_PATCH 0 )
set( SFCGAL_VERSION_PATCH 1 )

set( SFCGAL_VERSION "${SFCGAL_VERSION_MAJOR}.${SFCGAL_VERSION_MINOR}.${SFCGAL_VERSION_PATCH}" )

Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.5.1 (2023-12-21):
* Rewrite and fix visibility algorithm (Loïc Bartoletti)
* Apply clang-tidy fixes (Loïc Bartoletti)
* Add vcpkg CI and temporarily disable alpha-shapes for MSVC (Loïc Bartoletti)
1.5.0 (2023-10-30):
* Add visibility algorithms (Loïc Bartoletti)
* Straight Skeleton: Add a version with extrusion
Expand Down

0 comments on commit 61f3b08

Please sign in to comment.