Releases: automaoto/maoto-agent
Releases · automaoto/maoto-agent
v1.0.10b93
Maoto Agent Release Notes
This release includes several improvements and bug fixes.
Changed
- deps: Downgraded
loguru
from>=0.7.3
to>=0.7.0
inmeta.yaml
andpyproject.toml
. - build: Removed
setuptools
dependency frompyproject.toml
. - core: Replaced
pkg_resources.get_distribution
withimportlib.metadata.version
for version retrieval inmaoto_agent.py
. - workflows: Modified GitHub Actions workflow to trigger on push and pull requests to the
main
branch. The workflow now runs onpush
andpull_request
events targeting themain
branch.
Added
- metadata: Added additional classifiers to
meta.yaml
andpyproject.toml
for improved package discoverability. These classifiers provide more detailed information about the package's intended audience and topic.
Other Changes
- docs: Updated documentation to reflect changes. (Note: Specific documentation updates aren't detailed in the diffs provided.)
v1.0.10b92
No changes were detected in the provided diff. Therefore, no release notes can be generated.