Added - `source` and `organism` properties to `Record` objects. - Support for Python 3.11.
Changed - Bumped `pyo3` dependency to `v0.17.3`.
Removed - Support for Python 3.6.
0.2.0
Added - `gb_io.dump` method to write one or more `Record` objects to a file.
Fixed - Compilation issues with modern `setuptools-rust` versions. - Avoid using `readinto` method of file-like objects when compiling for PyPy because of compatibility issues with passing `memoryview` arguments.
0.1.2
Added - Extraction of `Join`, `Order`, `Bond` and `OneOf` feature locations. - `start` and `end` properties for `Complement` and `Between`.
0.1.1
Added - Extraction of `Range`, `Complement` and `Between` locations for a feature.
Fixed - Exception chaining for file-like objects. - Management of OS errors raised on the Rust side.