File tree 6 files changed +11
-6
lines changed
6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpver ]
2
- current_version = " 2.5.0 "
2
+ current_version = " 2.5.1 "
3
3
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
4
4
commit = false
5
5
tag = false
Original file line number Diff line number Diff line change 4
4
## [ Unreleased]
5
5
- validation of topological relationships between features, eg ensuring that buildings in a city do not overlap
6
6
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
7
12
8
13
## [ 2.5.0] - 2024-07-17
9
14
### Added
Original file line number Diff line number Diff line change 55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = u'2.5.0 '
58
+ version = u'2.5.1 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = u'2.5.0 '
60
+ release = u'2.5.1 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ using namespace std;
48
48
using namespace val3dity ;
49
49
using json = nlohmann::json;
50
50
51
- std::string VAL3DITY_VERSION = " 2.5.0 " ;
51
+ std::string VAL3DITY_VERSION = " 2.5.1 " ;
52
52
53
53
54
54
std::string print_summary_validation (std::vector<Feature*>& lsFeatures, IOErrors& ioerrs);
Original file line number Diff line number Diff line change 43
43
namespace val3dity
44
44
{
45
45
46
- std::string VAL3DITY_VERSION = " 2.5.0 " ;
46
+ std::string VAL3DITY_VERSION = " 2.5.1 " ;
47
47
48
48
struct verror : std::exception {
49
49
std::string whattext;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " val3dity" ,
3
- "version-string" : " 2.5.0 " ,
3
+ "version-string" : " 2.5.1 " ,
4
4
"dependencies" : [
5
5
" boost-program-options" ,
6
6
" boost-geometry" ,
You can’t perform that action at this time.
0 commit comments