Skip to content

Commit

Permalink
chore: tag 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Jul 21, 2020
1 parent 75d49a7 commit dc1320c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
<a name="0.5.1"></a>
## 0.5.1 (2020-07-21)


#### Features

* make migrations play nice with existing databases. (#721) ([40b97fc3](https://github.com/mozilla-services/syncstorage-rs/commit/40b97fc331d088462e09cbc5949b961ef5b6d4a5), closes [#663](https://github.com/mozilla-services/syncstorage-rs/issues/663))

#### Bug Fixes

* switch create_session to async (#733) ([7cd04bc9](https://github.com/mozilla-services/syncstorage-rs/commit/7cd04bc9b4245bfb2ffca5e09de99cf3dd5753a8), closes [#731](https://github.com/mozilla-services/syncstorage-rs/issues/731))



<a name="0.5.0"></a>
## 0.5.0 (2020-07-16)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syncstorage"
version = "0.5.0"
version = "0.5.1"
license = "MPL-2.0"
authors = [
"Ben Bangert <ben@groovie.org>",
Expand Down

0 comments on commit dc1320c

Please sign in to comment.