File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed
Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11[bumpver ]
2- current_version = " 2.5.0 "
2+ current_version = " 2.5.1 "
33version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
44commit = false
55tag = false
Original file line number Diff line number Diff line change 44## [ Unreleased]
55- validation of topological relationships between features, eg ensuring that buildings in a city do not overlap
66
7+ ## [ 2.5.1] - 2024-10-02
8+ ### Changed
9+ - CGAL 6.0 can be used (small changes to the ` CMakeLists.txt ` )
10+ - fix a buggy report for complex geom types
11+ - improves the description of the validation report in the docs
712
813## [ 2.5.0] - 2024-07-17
914### Added
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = u'2.5.0 '
58+ version = u'2.5.1 '
5959# The full version, including alpha/beta/rc tags.
60- release = u'2.5.0 '
60+ release = u'2.5.1 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ using namespace std;
4848using namespace val3dity ;
4949using json = nlohmann::json;
5050
51- std::string VAL3DITY_VERSION = " 2.5.0 " ;
51+ std::string VAL3DITY_VERSION = " 2.5.1 " ;
5252
5353
5454std::string print_summary_validation (std::vector<Feature*>& lsFeatures, IOErrors& ioerrs);
Original file line number Diff line number Diff line change 4343namespace val3dity
4444{
4545
46- std::string VAL3DITY_VERSION = " 2.5.0 " ;
46+ std::string VAL3DITY_VERSION = " 2.5.1 " ;
4747
4848struct verror : std::exception {
4949 std::string whattext;
Original file line number Diff line number Diff line change 11{
22 "name" : " val3dity" ,
3- "version-string" : " 2.5.0 " ,
3+ "version-string" : " 2.5.1 " ,
44 "dependencies" : [
55 " boost-program-options" ,
66 " boost-geometry" ,
You can’t perform that action at this time.
0 commit comments