Skip to content

Commit

Permalink
Merge pull request #126 from bjester/set-version-0.6
Browse files Browse the repository at this point in the history
Update version to 0.6.0 and changelog
  • Loading branch information
bjester authored Jul 21, 2021
2 parents 3ba119b + dac9807 commit 5953e5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

List of the most important changes for each release.

## 0.6.0

- Track the `TransferSession` that last modified a `Store` record
- Add state attributes to `TransferSession` for persisting its stage and status during a sync
- Update the timestamp of the last activity for a `SyncSession` and `TransferSession` during a sync
- Add support for resuming a sync
- Add support for configuring custom handling of transfer operations
- Add support for handling transfer operations asynchronously

## 0.5.6

Expand Down
2 changes: 1 addition & 1 deletion morango/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from __future__ import unicode_literals

default_app_config = "morango.apps.MorangoConfig"
__version__ = "0.5.6"
__version__ = "0.6.0"

0 comments on commit 5953e5a

Please sign in to comment.