wal-s 0.2.0

Implementation of write-ahead log based storage.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

## [0.2.0] - 2022-07-24

### Documentation

- Updated readme with features ([#31]https://github.com/jsam/wal-s/issues/31)
- Updated readme - typo fix ([#33]https://github.com/jsam/wal-s/issues/33)

### Features

- Added sliding window, distance, batch write and chunking ([#30]https://github.com/jsam/wal-s/issues/30)

### Miscellaneous Tasks

- Added clippy ([#37]https://github.com/jsam/wal-s/issues/37)

### Testing

- Added criterion for wals ([#34]https://github.com/jsam/wal-s/issues/34)

## [0.1.1] - 2022-07-18

### Documentation

- Update readme ([#1]https://github.com/jsam/wal-s/issues/1)
- Update readme ([#23]https://github.com/jsam/wal-s/issues/23)

### Features

- Add stateful iterator support
- Stateful iterators test and fixes
- Added identifier distance ([#24]https://github.com/jsam/wal-s/issues/24)

### Miscellaneous Tasks

- Moved stream/storage module from streamly ([#2]https://github.com/jsam/wal-s/issues/2)
- Change package name ([#6]https://github.com/jsam/wal-s/issues/6)
- Fix typo
- Update docs ([#14]https://github.com/jsam/wal-s/issues/14)
- Update docs ([#15]https://github.com/jsam/wal-s/issues/15)
- Code cleanup ([#20]https://github.com/jsam/wal-s/issues/20)

### Testing

- Adjust database clone ([#7]https://github.com/jsam/wal-s/issues/7)

### Release

- release: 0.1.0 ([#26]https://github.com/jsam/wal-s/issues/26)
- release: 0.1.1

<!-- generated by git-cliff -->