Skip to content

Commit

Permalink
chore: tag 0.8.6 (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Feb 2, 2021
1 parent 06a2ac7 commit 8cb5b60
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,25 @@
<a name="0.8.6"></a>
### 0.8.6 (2021-02-01)


#### Refactor

* remove duplicate code for incrementing counters (#983) ([d72228b1](https://github.com/mozilla-services/syncstorage-rs/commit/d72228b1d4b5cd63a399bde77c3156ea53bb4217))

#### Chore

* tag 0.8.5 (#979) ([3c23fb46](https://github.com/mozilla-services/syncstorage-rs/commit/3c23fb46138d4a042d0293af6b9853ea9f173f6d))

#### Features

* Add pool connection info to __lbheartbeat__ for ops (#985) ([06a2ac79](https://github.com/mozilla-services/syncstorage-rs/commit/06a2ac7910a87a75f1a2f0d68e786579cec99fd8))

#### Bug Fixes

* downgrade deadpool so it stays on tokio 0.2 ([99975ef8](https://github.com/mozilla-services/syncstorage-rs/commit/99975ef8b64317511111d48c6ebfc75e7facc334), closes [#976](https://github.com/mozilla-services/syncstorage-rs/issues/976))



<a name="0.8.5"></a>
## 0.8.5 (2021-01-21)

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.8.5"
version = "0.8.6"
license = "MPL-2.0"
authors = [
"Ben Bangert <ben@groovie.org>",
Expand Down

0 comments on commit 8cb5b60

Please sign in to comment.