Skip to content

Commit 071e52a

Browse files
committed
chore: tag 0.1.2
1 parent 0540b4f commit 071e52a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.1.2"></a>
2+
## 0.1.2 (2019-10-12)
3+
4+
5+
#### Bug Fixes
6+
7+
* Be more permissive about content type headers ([53292fc9](https://github.com/mozilla-services/syncstorage-rs/commit/53292fc9c77394441ff8b6575943ad8e22883b75), closes [#264](https://github.com/mozilla-services/syncstorage-rs/issues/264))
8+
9+
#### Features
10+
11+
* rewrite post/put_bsos w/ spanner mutations ([a25a6288](https://github.com/mozilla-services/syncstorage-rs/commit/a25a62881b12f29506511d4a5018167eac4fff7b), closes [#267](https://github.com/mozilla-services/syncstorage-rs/issues/267))
12+
13+
14+
115
<a name="0.1.1"></a>
216
## 0.1.1 (2019-10-09)
317

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncstorage"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
license = "MPL-2.0"
55
authors = [
66
"Ben Bangert <[email protected]>",

0 commit comments

Comments
 (0)