# 0.1.1.2 (2023-01-31)
- Relax `hspec` boundaries (see [#14](https://github.com/klapaucius/vector-hashtables/pull/14)).
- Set lower bound for `primtive` (see [#12](https://github.com/klapaucius/vector-hashtables/pull/12)).
# 0.1.1.1 (2021-09-10)
- Optimise `insertWithIndex` function ([#10](https://github.com/klapaucius/vector-hashtables/pull/10)).
# 0.1.1.0 (2021-09-10)
- Add `alter` function to public interface ([#9](https://github.com/klapaucius/vector-hashtables/pull/9)).
# 0.1.0.1 (2021-09-10)
- Remove outdated executable in favor of benchmark.
# 0.1.0.0 (2021-09-07)
- Release vector-hastables to the world.