- fix handling of empty geometries. - more hypothesis tests
1.4.0
------------------
- add Hypothesis tests [Ben Shaver, Christian Ledermann] - fix ``convex_hull`` edge-cases discovered by Hypothesis tests - fix ``from_wkt`` to include multi geometries in GeometryCollections - drop Python 3.7 support
1.3.0
------------------
- add Python 3.13 to supported versions - remove ``maybe_valid`` methods - GeoType and GeoCollectionType protocols to use a property instead of an attribute
1.2.0
------------------
- Geometries are now immutable (but not hashable) - add ``force_2d`` and ``force_3d`` factories [Alex Svetkin]
1.1.1
------------------
- Use ``pyproject.toml``, remove ``setup.py`` and ``MANIFEST.in``