Skip to content

Commit

Permalink
Merge pull request #118 from Wikidata-lib/release-2.0.6
Browse files Browse the repository at this point in the history
Release 2.0.6
  • Loading branch information
filbertkm committed Feb 20, 2015
2 parents f0eb2a1 + 14aae15 commit bfb69b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PropertySuggester.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
return;
}

define( 'PropertySuggester_VERSION', '2.0.5' );
define( 'PropertySuggester_VERSION', '2.0.6' );

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
require_once __DIR__ . '/vendor/autoload.php';
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ generate this data from a wikidata dump.

## Release notes

### 2.0.6 (2015-02-20)
* No longer use Wikibase\Utils as it was renamed
* Remove obvious function-level profiling

### 2.0.5 (2015-01-29)
* Fix TermIndex method call in ResultBuilder

Expand Down

0 comments on commit bfb69b3

Please sign in to comment.