# Changelog
#### v0.1.6
- fix(deps): update rust crate `bytes` to `1.1.0`
- fix(deps): update rust crate `rocksdb` to `0.17.0`
- chore(deps): update rust crate `rand` to `0.8.4`
#### v0.1.5
- fix(deps): update rust crate `rocksdb` to `v0.16`
- fix(deps): update rust crate `rand` to `v0.8.3`
- fix: Allow Database to be shared across threads;
#### v0.1.4
- fix(encoding): to_bytes() method not found in `&[u8]`;
- update dependencies `rand` to `v0.8`, `bytes` to `v1.0`;
#### v0.1.3
- feat: add `sorted set` data type.
#### v0.1.2
- feat: add `for_each_key_with_prefix` & `keys` & `keys_with_prefix` operations.
#### v0.1.1:
- feat: add `map_for_each_with_prefix` & `map_items_with_prefix` operations.