What's Changed
* fix spelling in the repo by mattijn in https://github.com/mattijn/topojson/pull/163
* extract gdf index and use it during serialization of `.to_geojson()` and `.to_gdf()` by mattijn in https://github.com/mattijn/topojson/pull/165
* Lint `utils/serialize_as_geodataframe` by Zeroto521 in https://github.com/mattijn/topojson/pull/166
* Resolve MultiPolygon with holes by mattijn in https://github.com/mattijn/topojson/pull/168
* Include shapely in matrix GitHub action workflow by mattijn in https://github.com/mattijn/topojson/pull/172
* Set dependency shapely to version >= 1.8.0 by mattijn in https://github.com/mattijn/topojson/pull/173
* update strtree functions by mattijn in https://github.com/mattijn/topojson/pull/171
* Github Action, shapely version overrule from matrix by mattijn in https://github.com/mattijn/topojson/pull/176
* Replaced ShapelyError with GeometryTypeError by mattijn in https://github.com/mattijn/topojson/pull/175
* Update test.yml by mattijn in https://github.com/mattijn/topojson/pull/177
* support for multiple gdf and geojson as input by mattijn in https://github.com/mattijn/topojson/pull/169
* Add support to rotate rings to avoid split by theroggy in https://github.com/mattijn/topojson/pull/180
* Fix: topology for data without junctions and shared_coords=False, prequantize=False gives error by theroggy in https://github.com/mattijn/topojson/pull/182
* Fix find duplicates for rings by theroggy in https://github.com/mattijn/topojson/pull/185
* Fix + improve performance for join with shared coords=false by theroggy in https://github.com/mattijn/topojson/pull/179
* change quantize default from `1e6` to `1e5` by mattijn in https://github.com/mattijn/topojson/pull/189
* change default shared_coords from True to False by mattijn in https://github.com/mattijn/topojson/pull/190
* Catch STRTree warning by theroggy in https://github.com/mattijn/topojson/pull/188
* Improve vscode settings and launch.json by theroggy in https://github.com/mattijn/topojson/pull/193
* Continuous benchmarking by mattijn in https://github.com/mattijn/topojson/pull/194
* Fix: Linestrings that follow the same path but where one contains extra redundant points are not deduplicated by theroggy in https://github.com/mattijn/topojson/pull/192
* Backwards support shapely 1.7.1 by mattijn in https://github.com/mattijn/topojson/pull/196
New Contributors
* Zeroto521 made their first contribution in https://github.com/mattijn/topojson/pull/166
* theroggy made their first contribution in https://github.com/mattijn/topojson/pull/180
**Full Changelog**: https://github.com/mattijn/topojson/compare/v1.4...v1.5