Skip to content

Commit

Permalink
chore: tag 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Nov 1, 2022
1 parent b4fe184 commit 221fcc2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.12.5"></a>
## 0.12.5 (2022-11-01)


#### Chore

* switch from mariadb libmysqlclient to mysql's (#1435) ([b4fe184f](https://github.com/mozilla-services/syncstorage-rs/commit/b4fe184f5172f22bdb6885af482b658fc3368fdc), closes [#1434](https://github.com/mozilla-services/syncstorage-rs/issues/1434))



<a name="0.12.4"></a>
## 0.12.4 (2022-10-10)

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.4"
version = "0.12.5"
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.4"
version = "0.12.5"
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.4"
version = "0.12.5"
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.4"
version = "0.12.5"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 221fcc2

Please sign in to comment.