Skip to content

Commit

Permalink
chore(changelog_cli): increase the version to 0.3.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
orestesgaolin committed Oct 15, 2024
1 parent 7463656 commit 756897d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.3.0

**Features**

- **changelog_cli**: enhance generate command with new options for grouping and formatting changelog entries (`--group-by`, `--date-format`, `--date-format-locale`) (2024-10-15)

**Refactor**

- **changelog_cli**: use --path option to limit the commits to the provided directory (2024-10-15)

## 0.2.0

**Features**
Expand Down
2 changes: 1 addition & 1 deletion changelog_cli/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion changelog_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: changelog_cli
description: Simple CLI to generate basic changelog for your project using conventional commits
version: 0.2.0
version: 0.3.0
repository: https://github.com/orestesgaolin/dart_utilities/tree/main/changelog_cli
screenshots:
- description: "Example usage of the changelog_cli"
Expand All @@ -17,6 +17,7 @@ dependencies:
equatable: ^2.0.5
file: ^7.0.1
git: ^2.2.0
intl: ^0.19.0
mason_logger: ^0.2.16
pub_updater: ^0.4.0

Expand Down

0 comments on commit 756897d

Please sign in to comment.