Skip to content

Commit

Permalink
Prepare release 0.2.19.1 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi authored Apr 24, 2022
1 parent 62011a7 commit ea6de8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion unordered-containers.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ea6de8b

Please sign in to comment.