Skip to content

Commit c021316

Browse files
committed
chore: tag 0.15.0
1 parent 06ecb78 commit c021316

File tree

3 files changed

+33
-14
lines changed

3 files changed

+33
-14
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="0.15.0"></a>
2+
## 0.15.0 (2024-02-27)
3+
4+
5+
#### Features
6+
7+
* Puts pyo3 behind feature flag and derives tokens directly in Rust (#1513) ([1b116846](https://github.com/mozilla-services/syncstorage-rs/commit/1b11684648f2b6e632b1ef286c62008278cb4c08))
8+
* Upgrading to Actix 4.x (#1514) ([97985586](https://github.com/mozilla-services/syncstorage-rs/commit/97985586b464976923bede595c40a05def2c0a64))
9+
10+
#### Bug Fixes
11+
12+
* Copy modified purge script from old tokenserver repo (#1512) ([06ecb78e](https://github.com/mozilla-services/syncstorage-rs/commit/06ecb78e2414c9fd7385709d19987ac8a1d1fa3d))
13+
14+
#### Chore
15+
16+
* Cleans up TLS dependencies (#1519) ([ac3b479a](https://github.com/mozilla-services/syncstorage-rs/commit/ac3b479a58275d16e3529a17ef68521564b8b571))
17+
18+
19+
120
<a name="0.14.4"></a>
221
## 0.14.4 (2023-12-11)
322

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = [
1818
default-members = ["syncserver"]
1919

2020
[workspace.package]
21-
version = "0.14.4"
21+
version = "0.15.0"
2222
authors = [
2323
"Ben Bangert <[email protected]>",
2424
"Phil Jenvey <[email protected]>",

0 commit comments

Comments
 (0)