tilecover 0.4.0

Generate the minimum number of tiles to cover a geometry
Documentation
# CHANGELOG

## Emoji Cheatsheet
- :pencil2: doc updates
- :bug: when fixing a bug
- :rocket: when making general improvements
- :white_check_mark: when adding tests
- :arrow_up: when upgrading dependencies
- :tada: when adding new features

## TODO

- [ ] `MultiLineString` Geom Tests
- [ ] `Polygon` Geom Support
- [ ] `MultiPolygon` Geom Support

## Version History

## v0.4.0

- :tada: Add preliminary support for `MultiLineString` Geometries

## v0.3.0

- :tada: Add tilecover support for `LineString` Geometries
- :white_check_mark: Add tests for LineString geometries

## v0.2.0

- :tada: `get_siblings`
- :tada: `get_bbox`
- :tada: `get_parent`
- :tada: `get_children`
- :tada: `tile_to_lat`
- :tada: `tile_to_lon`
- :white_check_mark: Add assoc. tests

## v0.1.1

- :tada: Support tilecover of `Point` and `MultiPoint` geometries