Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshua Wuyts <[email protected]>
  • Loading branch information
yoshuawuyts committed Aug 30, 2018
1 parent 1070eb3 commit 07fa83d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 2018-08-30, Version 0.6.0
### Commits
- [[`1070eb3166`](https://github.com/datrs/random-access-disk/commits/1070eb31665c3578842997557af292a9e702a033)] (cargo-release) version 0.6.0 (Yoshua Wuyts)
- [[`fb9ee81c81`](https://github.com/datrs/random-access-disk/commits/fb9ee81c81043619ecf6ea3a5d670373248cd677)] Random access always open (#13) (Szabolcs Berecz)
- [[`0a18b10972`](https://github.com/datrs/random-access-disk/commits/0a18b109722c73f7385f77fe7fb7c2d118f7bcae)] replace tempdir crate (deprecated) with tempfile crate, using tempfile::Builder to create a tempdir (#12) (Jacob Burden)
- [[`254d3ccf77`](https://github.com/datrs/random-access-disk/commits/254d3ccf7789e615a46815c0e43f0892aab96eff)] update changelog (Yoshua Wuyts)

### Stats
```diff
.travis.yml | 1 +-
CHANGELOG.md | 26 ++++++++++++++++++++++++-
Cargo.toml | 6 ++---
benches/sync.rs | 29 +++++++++++++++++++--------
src/lib.rs | 59 +++++++++++++++++++++++++-----------------------------
tests/model.rs | 10 +++++----
tests/regression.rs | 16 ++++++++++-----
tests/test.rs | 35 +++++++++++++++++++++-----------
8 files changed, 120 insertions(+), 62 deletions(-)
```


## 2018-08-23, Version 0.5.0
### Commits
- [[`647536ba06`](https://github.com/datrs/random-access-disk/commits/647536ba06ab55f810c7981e60d68481ec55044c)] (cargo-release) version 0.5.0 (Yoshua Wuyts)
Expand Down

0 comments on commit 07fa83d

Please sign in to comment.