Skip to content

Commit

Permalink
Release/0.15.2 (#1537)
Browse files Browse the repository at this point in the history
* chore: tag 0.14.5

* f correct version number
  • Loading branch information
jrconlin committed Apr 24, 2024
1 parent 13e53eb commit e9fde3e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 16 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.14.5"></a>
## 0.14.5 (2024-04-16)


#### Bug Fixes

* Add try/except handler for force (#1535) ([b777fa0d](https://github.com/mozilla-services/syncstorage-rs/commit/b777fa0d967472ca34b023c606cfc5ef5309bf73))
* add line break to do not display backticks (#1529) ([143e93b6](https://github.com/mozilla-services/syncstorage-rs/commit/143e93b66f27e0d03509d17db8da53f9397fe73e))

#### Chore

* bump mio per RUSTSEC-2024-0019 (#1530) ([b4306d93](https://github.com/mozilla-services/syncstorage-rs/commit/b4306d9379930ab6602a4efdb1278e4eb302b567))



<a name="0.14.4"></a>
## 0.14.4 (2023-12-11)

Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

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

13 changes: 10 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
default-members = ["syncserver"]

[workspace.package]
version = "0.14.4"
version = "0.15.2"
authors = [
"Ben Bangert <ben@groovie.org>",
"Phil Jenvey <pjenvey@underboss.org>",
Expand Down Expand Up @@ -46,8 +46,15 @@ lazy_static = "1.4"
protobuf = "=2.25.2" # pin to 2.25.2 to prevent side updating
rand = "0.8"
regex = "1.4"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"]}
sentry = { version = "0.31", default-features = false, features = ["curl", "backtrace", "contexts", "debug-images"] }
reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls",
] }
sentry = { version = "0.31", default-features = false, features = [
"curl",
"backtrace",
"contexts",
"debug-images",
] }
sentry-backtrace = "0.31"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit e9fde3e

Please sign in to comment.