This release is now ready for use by the general public, even though there may still be API changes in the future, the biggest ones are now behind us:
* Implemented a higher-level API. This is generally implemented on the new `WrappedItem<T>` structure which wraps various STAM data structures in a fat pointer that also references the underlying store.
* Implemented `find_textselections()` and `find_annotations()` method that use `TextSelectionOperator` to find textselections/annotations that are in a specific textual relationship (overlap, embedding, adjacency, etc..).
* Implemented a `Text` trait that consolidates all operations on text. It is implemented for `TextResource` and `TextSelection`.
* Contains methods like `split_text()`, `trim_text()`, `find_text()`, `find_text_regex()`... all returning text selections (retaining offset information)
* Renamed various data types:
* `SearchTextIter` -> `FindRegexIter`
* `AnyId` -> `Item` , and major refactoring that allows borrowed as well as owned forms now.
* Implemented `Clone` for more data types.
* Major refactoring
* Removed a decent amount of redundancy
* Made various structure parameters private, use getters/setters to access them
* Improved builder patterns
* Numerous bugfixes
* Added more benchmarks
* Added a cool logo