Skip to content

Commit

Permalink
chore: tag 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Donowitz committed Oct 10, 2022
1 parent fca795e commit 92c3888
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.12.4"></a>
## 0.12.4 (2022-10-10)


#### Performance

* always verify OAuth tokens on blocking thread (#1406) ([d69508d3](https://github.com/mozilla-services/syncstorage-rs/commit/d69508d3cc0cc9da96f7e6aab3b091495ed88346))

#### Chore

* update to Rust 1.64.0 (#1415) ([fca795e3](https://github.com/mozilla-services/syncstorage-rs/commit/fca795e3c09c7feee12b450791a53bb0a2871b48))



<a name="0.12.3"></a>
## 0.12.3 (2022-09-23)

Expand Down
8 changes: 4 additions & 4 deletions 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 syncstorage-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syncstorage-common"
version = "0.12.3"
version = "0.12.4"
edition = "2021"

[dependencies]
2 changes: 1 addition & 1 deletion syncstorage-db-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syncstorage-db-common"
version = "0.12.3"
version = "0.12.4"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion syncstorage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syncstorage"
version = "0.12.3"
version = "0.12.4"
license = "MPL-2.0"
authors = [
"Ben Bangert <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion tokenserver-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokenserver-common"
version = "0.12.3"
version = "0.12.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 92c3888

Please sign in to comment.