Skip to content

Commit

Permalink
Merge branch 'prepare_1_5_2' into 'master'
Browse files Browse the repository at this point in the history
Prepare v1.5.2

See merge request sfcgal/SFCGAL!328
  • Loading branch information
lbartoletti committed Jul 25, 2024
2 parents a976da3 + 5503da7 commit 5584600
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 1 )
set( SFCGAL_VERSION_PATCH 2 )

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

Expand Down
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
1.5.2 (2024-03-XX):
1.5.2 (2024-07-25):
* Force LHR / RHR: Fix invalid interior ring orientation and allow operation on 3D geometries too (Loïc Bartoletti, Fixes #268)
* Added community-oriented files: Code of Conduct, Contributing guidelines, Sponsors information, and Project Steering Committee (PSC) documentation (Raphaël Delhome, Loïc Bartoletti)
* WKB: add binary version of wkb for WkbReader and WkbWriter (Benoit De Mezzo)
* Expose as_vtk to C Api (Loïc Bartoletti)
* Fix include. Use " instead of <> (Loïc Bartoletti)
* [CI] Fix MSYS test (Loïc Bartoletti)
* Fix build with boost 1.85 (Dirk Stöcker, Fixes #266)
* Add a CI job to build a windows docker image (Jean Felder)
1.5.1 (2023-12-21):
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=oslandia

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=SFCGAL
sonar.projectVersion=1.5.1
sonar.projectVersion=1.5.2

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
Expand Down

0 comments on commit 5584600

Please sign in to comment.