Skip to content

Commit

Permalink
chore(master): release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Sep 23, 2024
1 parent 3ea9a1e commit 4403f18
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.1-SNAPSHOT"
".": "0.17.0"
}
11 changes: 9 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## [0.17.0](https://github.com/Wikidata/Wikidata-Toolkit/compare/v0.16.1-SNAPSHOT...v0.17.0) (2024-09-23)


### Features

* Expose detailed error messages in MediaWiki API errors ([#911](https://github.com/Wikidata/Wikidata-Toolkit/issues/911)) ([8627004](https://github.com/Wikidata/Wikidata-Toolkit/commit/862700436e8607f9c8ca80eccde49f9fa3b83c52))

Wikidata Toolkit Release Notes
==============================

Expand Down Expand Up @@ -408,5 +417,3 @@ Bug fixes:
Know issues:
* Entities loaded from dump get wrong base IRI (issue #43)
* URLs for sitelinks are missing (issue #37)


2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.17.0</version>
<packaging>pom</packaging>

<name>Wikidata Toolkit</name>
Expand Down
5 changes: 2 additions & 3 deletions wdtk-datamodel/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>wdtk-datamodel</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions wdtk-distribution/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>wdtk-distribution</artifactId>
Expand Down Expand Up @@ -170,4 +169,3 @@
</profiles>

</project>

2 changes: 1 addition & 1 deletion wdtk-dumpfiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>wdtk-dumpfiles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>wdtk-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-rdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>wdtk-rdf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>wdtk-storage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>wdtk-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>wdtk-util</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions wdtk-wikibaseapi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>wdtk-wikibaseapi</artifactId>
Expand Down

0 comments on commit 4403f18

Please sign in to comment.