Skip to content

Commit 5386c35

Browse files
committed
chore: tag 0.1.10
1 parent d7d6049 commit 5386c35

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="0.1.10"></a>
2+
## 0.1.10 (2019-12-09)
3+
4+
5+
#### Bug Fixes
6+
7+
* remove duplicate header key from example script ([fea3b532](https://github.com/mozilla-services/syncstorage-rs/commit/fea3b532826b628559f8b31093923de05356b13a))
8+
* allow "collection" in BSOs (although we ignore it) ([013eaafd](https://github.com/mozilla-services/syncstorage-rs/commit/013eaafd35d3955de655b500d6d5e38c17e20458))
9+
* oops, properly interleave this index ([658ba6af](https://github.com/mozilla-services/syncstorage-rs/commit/658ba6af831b4e5c424ed6273e37d5ce87660c30), closes [#318](https://github.com/mozilla-services/syncstorage-rs/issues/318))
10+
11+
#### Chore
12+
13+
* adjust perms on sample file ([e1b25603](https://github.com/mozilla-services/syncstorage-rs/commit/e1b2560345ee99bff30fadcdcb8433f88065a5f3))
14+
* adjust sample script so it works and adding docs to link to it ([80b0c591](https://github.com/mozilla-services/syncstorage-rs/commit/80b0c591f321bbfc5073f0de833ddc03d7819a20))
15+
16+
17+
118
<a name="0.1.9"></a>
219
## 0.1.9 (2019-12-04)
320

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.9"
3+
version = "0.1.10"
44
license = "MPL-2.0"
55
authors = [
66
"Ben Bangert <ben@groovie.org>",

0 commit comments

Comments
 (0)