Skip to content

v0.0.20 - Update __init__.py to v0.0.20 (#291)

Latest
Compare
Choose a tag to compare
@UltralyticsAssistant UltralyticsAssistant released this 21 Nov 12:17
· 2 commits to main since this release
1ab3378

🌟 Summary

The ultralytics/actions package has been updated to version 0.0.20! This update primarily includes improvements to code formatting processes and a new version tag. πŸš€

πŸ“Š Key Changes

  • Version Update: The version number in the __init__.py file has been incremented from 0.0.19 to 0.0.20.
  • Prettier Configuration Enhanced: The Prettier tool, used for code formatting, now covers a broader range of file types including js, vue, ts, and more.
  • Improved Exclusions: Specific files like model.json are now excluded from automated formatting to protect their specific formatting needs.

🎯 Purpose & Impact

  • Versioning Clarity: The update to version 0.0.20 helps users easily track changes and ensures they have the most current version for optimal functionality and any potential bug fixes.
  • Unified Code Styling: By extending Prettier's reach, developers benefit from a consistent code style, minimizing manual corrections and improving collaboration efficiency across various programming languages. πŸ§‘β€πŸ’»
  • Targeted Formatting: The exclusion of certain files allows for more precise control over what gets formatted, maintaining necessary customizations and preventing unintended changes. 🎯
  • Contributor Ease: With automatic formatting standards in place, contributors can focus more on functionality and logic rather than style, enhancing productivity. ⚑️

What's Changed

Full Changelog: v0.0.19...v0.0.20