# Release Notes
## Version 0.1.2
- `PetitSet` and `PetitMap` are now hashable if the underlying types are hashable.
## Version 0.1.1
- remove pointless `Copy` bound on `PetitMap::default()`
- forbid `unsafe` code (thanks to @5225225 for the help!)
## Version 0.1
- Released!