hi_dart_cli 1.0.8
hi_dart_cli: ^1.0.8 copied to clipboard
A simple CLI tool to create a hi.dart file.
hi_dart_cli - Change Log #
1.0.8 - 2024-09-18 #
- Initial Release: This is the initial release of the hi_dart_cli tool. It creates a simple
hi.dartfile with aprintstatement in your Flutter project directory.
Note:
- Use semantic versioning for versions (Major.Minor.Patch).
- List changes for each version in reverse chronological order (newest first).
- Be clear and concise in describing the changes:
- Use bullet points.
- Mention new features, bug fixes, improvements, deprecations, etc.
- Include breaking changes with a clear explanation.
Additional Tips:
- You can use tools like
keep-a-changelog(https://github.com/marketplace/actions/keep-a-changelog-new-release) to automate changelog generation. - Link to relevant issue tickets or pull requests in the changelog entries for detailed information.
By maintaining a well-structured CHANGELOG.md, you provide valuable transparency to users about your package's evolution, making it easier for them to track changes and decide on upgrades.