Skip to content

Commit

Permalink
chore: tag 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Sep 23, 2020
1 parent 9e6759e commit 9c65f07
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.6.0"></a>
## 0.6.0 (2020-09-23)

#### Features
* Add quota monitoring (#806) ([9e6759e](https://github.com/mozilla-services/syncstorage-rs/commit/9e6759efef8f163355ee1b23dc28b716335df66d), closes [#791](https://github.com/mozilla-services/syncstorage-rs/issues/791), [#793](https://github.com/mozilla-services/syncstorage-rs/issues/793), [#797](https://github.com/mozilla-services/syncstorage-rs/issues/797), [#789](https://github.com/mozilla-services/syncstorage-rs/issues/789), [#801](https://github.com/mozilla-services/syncstorage-rs/issues/801))
* Convert some of the validation storage errors into metrics (#810) ([66221d8b](https://github.com/mozilla-services/syncstorage-rs/commit/66221d8bec17f6134dee1b9d9005f5cdbe8121d3), closes [#795](https://github.com/mozilla-services/syncstorage-rs/issues/795))
* switch from `regex_contains` to `starts_with` (#805) ([a79f8407](https://github.com/mozilla-services/syncstorage-rs/commit/a79f8407de7b5f01413b09771dcfa8bb8e33ab9e))



<a name="0.5.8"></a>
## 0.5.8 (2020-08-25)

Expand Down Expand Up @@ -575,6 +585,3 @@
#### Features

* Initial release



6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syncstorage"
version = "0.5.8"
version = "0.6.0"
license = "MPL-2.0"
authors = [
"Ben Bangert <[email protected]>",
Expand All @@ -23,7 +23,7 @@ async-trait = "0.1.40"
base64 = "0.12"
bb8 = "0.4.1"
bytes = "0.5"
cadence = "0.20.0"
cadence = "0.21.1"
chrono = "0.4"
config = "0.10"
deadpool = "0.5.2"
Expand Down

0 comments on commit 9c65f07

Please sign in to comment.