Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Aug 21, 2016
1 parent e82107a commit 8bcb72a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ This changelog tracks features and fixes of [wikidata-taxonomy](https://www.npmj

## Unreleased

* ...
...

## 0.2.7 (2017-08-21)

* Detect when an instance was queried
* Detect non-existing items or properties

## 0.2.6 (2017-08-19)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikidata-taxonomy",
"version": "0.2.6",
"version": "0.2.7",
"description": "command line tool to extract taxonomies from Wikidata",
"author": "Jakob Voß",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion wdtaxonomy.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function error(code) {
}

program
.version('0.2.6')
.version('0.2.7')
.arguments('<id>')
.option('-l, --language [code]', 'language to get labels in')
.option('-s, --sparql', 'print SPARQL query and exit')
Expand Down

0 comments on commit 8bcb72a

Please sign in to comment.