Releases: hitblast/avro.py
2023.4.21
What's Changed
Tiny changes to the codebase structure, source dictionary and development dependencies have been made to ensure overall stability during usage.
Automated PRs
- Bump black from 23.1.0 to 23.3.0 by @dependabot in #11
- Bump pytest from 7.2.2 to 7.3.0 by @dependabot in #12
- Bump pytest from 7.3.0 to 7.3.1 by @dependabot in #13
Full Changelog: 2023.4.1...2023.4.21
2023.4.3
What's Changed
Minor changes to the codebase have been made to ensure stability and improved developer experience.
Automated PRs
- Bump black from 22.12.0 to 23.1.0 by @dependabot in #9
- Bump pytest from 7.2.1 to 7.2.2 by @dependabot in #10
Full Changelog: 2023.1.7...2023.4.1
2023.1.7
What's Changed
1. Versioning
Starting from this release, avro.py releases, including its child package 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 theparse()
method to directly receive parsed text in ASCII format. The usage has been included in the root README. -
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.
0.1.9
0.1.8
0.1.7.post1
fixed typos in placed and modified phrases
0.1.7
0.1.6
0.1.5.post1
Nevermind, added push events back.
0.1.5
What's Changed
This version adds backwards compatibility for versions as low as Python 3.8, while also removing some 3.10 features like union operators. We've also:
- separated the command-line tools into one, new package: avro.py-cli