What's Changed
1. Versioning
Starting from this release, avro.py releases, including its child package [avro.py-cli](https://github.com/hitblast/avro.py-cli) will be released with a version number indicating the date of the release in a `YYYY/MM/DD` format. This measure has been taken in order to prevent confusion about alpha and stable releases among developers, since all the previous versions had started with a 0.
2. Actual Changes
- A new `in_ascii` parameter has been added to the `parse()` method to directly receive parsed text in ASCII format. The usage has been included in the [root README.](https://github.com/hitblast/avro.py/blob/main/README.md)
- Updated the unit tests following the change mentioned above.
---
This change will shortly be pushed to the command-line extension along with other changes as well.