Skip to content

Commit

Permalink
iox-ili-1.21.17 (#353, #367)
Browse files Browse the repository at this point in the history
  • Loading branch information
claeis committed Feb 22, 2023
1 parent bbd2b63 commit 4920fa7
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.21.16'
compile group: 'ch.interlis', name: 'iox-ili', version: '1.21.17'
compile group: 'ch.interlis', name: 'ili2c-tool', version: "5.3.2"
compile group: 'ch.interlis', name: 'ili2c-core', version: "5.3.2"
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.13.2 (2023-02-22)
--------------------------------
- Validator: PlausibilityConstraint: add calculated value to log (ilivalidator#367)
- Validator: fix LIST OF / BAG OF NumericType
- Validator: fix xtflog duplicate coord shows different coordinates in <message> and <geometry> (ilivalidator#353)
- iox-ili-1.21.17

ilivalidator 1.13.1 (2023-01-23)
--------------------------------
- ILI2.4 support LIST OF / BAG OF primitive type (#348)
Expand Down

0 comments on commit 4920fa7

Please sign in to comment.