Skip to content

Commit

Permalink
Annotator Store 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Jul 17, 2015
1 parent 06d0f65 commit 45267b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,22 @@ project endeavours to adhere to `Semantic Versioning`_.

.. _Semantic Versioning: http://semver.org/

Unreleased
----------
0.14.2 2015-07-17
-----------------

- FIXED: `Annotation.search` no longer mutates the passed query.

- FIXED/BREAKING CHANGE: `Document.get_by_uri()` no longer returns a list for
empty resultsets, instead returning `None`.

0.14.1 2015-03-05
-----------------
- FIXED: Document plugin doesn't drop links without a type. The annotator
client generates a typeless link from the document href. (#116)
- FIXED: Document plugin doesn't drop links without a type. The annotator
client generates a typeless link from the document href. (#116)

- ADDED: the search endpoint now supports 'before' and 'after query parameters,
which can be used to return annotations created between a specific time
period.
- ADDED: the search endpoint now supports 'before' and 'after query parameters,
which can be used to return annotations created between a specific time
period.

0.14 - 2015-02-13
-----------------
Expand All @@ -28,7 +33,7 @@ Unreleased
documents (#110). Now the Document model tracks all discovered equivalent
documents and keeps each document object up-to-date with them all.

BREAKING CHANGE: Document.get_all_by_uris() no longer exists. Use
- BREAKING CHANGE: Document.get_all_by_uris() no longer exists. Use
Document.get_by_uri() which should return a single document containing all
equivalent URIs. (You may wish to update your index by fetching all documents
and resaving them.)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(*paths):

setup(
name = 'annotator',
version = '0.14.1',
version = '0.14.2',
packages = find_packages(exclude=['test*']),

install_requires = requires,
Expand Down

0 comments on commit 45267b0

Please sign in to comment.