diff --git a/NEWS b/NEWS index aa1aadc4..551bf744 100644 --- a/NEWS +++ b/NEWS @@ -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): diff --git a/sonar-project.properties b/sonar-project.properties index 932e8926..099bb1ff 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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