Skip to content

Commit

Permalink
- Validate VIEW in non-validation models (#324)
Browse files Browse the repository at this point in the history
- XTF-AREA Refactoring (#384)
- ILI2 accept valid AREA overlaps (#366)
- iox-ili-1.23.1+
  • Loading branch information
claeis committed Aug 12, 2024
1 parent ee1add6 commit 2cb0352
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ configurations {
dependencies {
compile group: 'ch.ehi', name: 'ehibasics', version: '1.4.1'
compile group: 'ch.interlis', name: 'iox-api', version: '1.0.4'
compile group: 'ch.interlis', name: 'iox-ili', version: '1.23.0'
compile group: 'ch.interlis', name: 'iox-ili', version: '1.23.1+'
compile group: 'ch.interlis', name: 'ili2c-tool', version: "5.5.3"
compile group: 'ch.interlis', name: 'ili2c-core', version: "5.5.3"
testCompile group: 'junit', name: 'junit', version: '4.12'
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ilivalidator 1.14.3 (2024-08-xx)
--------------------------------
- Validate VIEW in non-validation models (#324)
- XTF-AREA Refactoring (#384)
- ILI2 accept valid AREA overlaps (#366)
- iox-ili-1.23.1+

ilivalidator 1.14.2 (2024-06-19)
--------------------------------
- iox-ili-1.23.0
Expand Down

0 comments on commit 2cb0352

Please sign in to comment.