# 0.1.1.3 (2023-04-23)
* cleanup the cabal file
* CI based on Haskell-CI (see [#15](https://github.com/klapaucius/vector-hashtables/pull/15))
* readme: minimal improvement of benchmark data presentation (see [#16](https://github.com/klapaucius/vector-hashtables/pull/16))
* bump hspec to <2.12 (see [#17](https://github.com/klapaucius/vector-hashtables/pull/17))
# 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.