### Version 1.2.0
- Implement the `From<i64>` trait for `i48` and vice versa
- Add `main.rs` to showcase exemplary usage
### Version 1.1.0
- Change `i48` representation to `[u8; 6]` (from `[u16; 3]`) ([#2](https://github.com/Chubercik/i48/pull/2))
- Remove all mentions of deep color in documentation, as that's more relevant to a `u48` type
### Version 1.0.0
- Initial release