The library has now been in production use for more than a half year. It has parsed millions of barcodes during this time, only uncovering a single bug that has long been fixed. As all planned features have been implemented and the library seems to be solid, it's time for a 1.0 release, marking the library as stable and production-ready.
If you're using Biip, please add yourself to the new [list of users](https://github.com/jodal/biip/wiki/Users)!
Changes
- Update the bundled GS1 Application Identifier definitions.
- Support specifying `rcn_region` as a string, e.g. `"no"`, instead of `RcnRegion.NORWAY`. The type annotations still expect a `RcnRegion` instance, which is the recommended way to use the API. By supporting strings instead of `RcnRegion` instances, the API is a bit easier to use interactively in a REPL.