The 11th and final alpha version for release target v0.1.0 has been pushed up to crates.io. This release introduces a couple of major changes, including the `serialize()` method now intrinsically updating the length field in the PDU header; the Gridded Data PDU now being fully implemented; and all SISO enumerations now being defined in a single enums module nested within the common module.
Release target v0.1.0 is now entering into beta. No major changes to the API are anticipated within the beta release cycle, but it should still be considered unstable and subject to change. The beta cycle should take just a couple weeks, and then v0.1.0 will be formally released with any necessary bug fixes to follow.
During this beta phase, feedback would be greatly appreciated. I don’t always have time to test every single feature I write, and while I do have unit tests, I can’t account for every possible corner case. If anyone runs into an issue, or if a feature is desired that is not currently being worked on, feel free to create an issue on the GitHub repo, or open a PR if changes are ready to be reviewed.
As always, I will post here with any news regarding the status of these upcoming releases. Also, a formal change log will be available for this project soon (ideally before the official launch of v0.1.0).

