What's Changed
This version includes a breaking change:
I made the `err` argument of the sync and async logging functions keyword-only. This is how I use it, and I normally enforce these kinds of conventions in the function interface, so that the usage is consistent across a codebase.
Even though this is a breaking change, I am releasing this as a minor version increase instead of a major because the library was only released last week, and according to the GH and PyPi stats, no one is using it yet.
See: 2ac3c50
**Full Changelog**: https://github.com/GrammAcc/grammlog/compare/v1.0.1...v1.1.0