1<!---
2SPDX-FileCopyrightText: 2020 Robin Krahl <[email protected]>
3SPDX-License-Identifier: CC0-1.0
4-->
5
6# v0.1.0 (2020-09-01)
7
8Initial release providing the `Merge` trait and some merge strategies in the
9`bool`, `num`, `ord` and `vec` modules.
10