Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
exxamalte committed Nov 2, 2020
1 parent 5a226ae commit 1eda031
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changes

## 0.6 (02/11/2020)
* Added geometry features filter to exclude geometries from being taken into
account for calculating distances.
* General code improvements.

## 0.5 (20/01/2020)
* Clear last timestamp when update fails.

Expand Down
2 changes: 1 addition & 1 deletion aio_georss_client/__version__.py
@@ -1,2 +1,2 @@
"""Define a version constant."""
__version__ = "0.5"
__version__ = "0.6"

0 comments on commit 1eda031

Please sign in to comment.