.. change::
:tags: dependency, feature
For Python 3.11 use built-in ``tomllib`` instead of ``toml`` package
.. change::
:tags: docs, feature
:tickets: 55
Add documentation about fetching package version in runtime
.. change::
:tags: core, breaking
Make all internal functions private
.. change::
:tags: docs, feature
Add description for some functions
.. change::
:tags: core, feature
:pullreq: 69
:tickets: 68
Add ``tag_filter`` option. Special thanks to :github-user:`vortechs2000`