From ea6de8bf57a1f209a552393947789a8b90cc894f Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Sun, 24 Apr 2022 17:48:18 +0200 Subject: [PATCH] Prepare release 0.2.19.1 (#428) --- CHANGES.md | 8 ++++++++ unordered-containers.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ddac2aa3..28e194af 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## [0.2.19.1] – April 2022 + +* [Fix bug in `intersection[With[Key]]`](https://github.com/haskell-unordered-containers/unordered-containers/pull/427) + +* [Improve docs of bit twiddling functions](https://github.com/haskell-unordered-containers/unordered-containers/pull/396) + +[0.2.19.1]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.19.0...v0.2.19.1 + ## [0.2.19.0] – April 2022 * [Make intersections much faster](https://github.com/haskell-unordered-containers/unordered-containers/pull/406) diff --git a/unordered-containers.cabal b/unordered-containers.cabal index 29fead7b..ed265b13 100644 --- a/unordered-containers.cabal +++ b/unordered-containers.cabal @@ -1,5 +1,5 @@ name: unordered-containers -version: 0.2.19.0 +version: 0.2.19.1 synopsis: Efficient hashing-based container types description: Efficient hashing-based container types. The containers have been