Skip to content

Commit

Permalink
chore: tag 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Donowitz committed Sep 19, 2022
1 parent 914e375 commit 4535d21
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="0.12.2"></a>
## 0.12.2 (2022-09-19)


#### Bug Fixes

* fix Tokenserver generation and keys_changed_at handling (#1397) ([914e375b](https://github.com/mozilla-services/syncstorage-rs/commit/914e375b2bfa970fde01530d82e73b1af9ed3fd4))
* don't convert all oauth token verification errors to resource_unavailable (#1389) ([ebdd609e](https://github.com/mozilla-services/syncstorage-rs/commit/ebdd609ed2ab217ed423c5b0ed9341bfbf5f73e1))



<a name="0.12.1"></a>
## 0.12.1 (2022-08-25)

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.1"
version = "0.12.2"
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.1"
version = "0.12.2"
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.1"
version = "0.12.2"
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.1"
version = "0.12.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 4535d21

Please sign in to comment.