dart_bump 1.0.1
dart_bump: ^1.0.1 copied to clipboard
Automates Dart project version bumps using Git diffs and AI-generated CHANGELOG entries.
1.0.1 #
-
bin/dart_bump.dart:- Added
--diff-contextCLI option to specify number of context lines forgit diff(default 10). - Improved parsing of
--extra-fileoption to handle empty values gracefully. - Passed clamped
gitDiffLinesContext(2 to 100) toDartBumpconstructor.
- Added
-
DartBump:- Added
gitDiffLinesContextfield to control context lines ingit diff(default 10). - Modified
extractGitPatchto include-U<gitDiffLinesContext>argument ingit diffcommand.
- Added
1.0.0 #
-
Initial version.
-
args_simple: ^1.1.0