Skip to content

Commit 756897d

Browse files
committed
chore(changelog_cli): increase the version to 0.3.0 and update changelog
1 parent 7463656 commit 756897d

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

changelog_cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.0
2+
3+
**Features**
4+
5+
- **changelog_cli**: enhance generate command with new options for grouping and formatting changelog entries (`--group-by`, `--date-format`, `--date-format-locale`) (2024-10-15)
6+
7+
**Refactor**
8+
9+
- **changelog_cli**: use --path option to limit the commits to the provided directory (2024-10-15)
10+
111
## 0.2.0
212

313
**Features**

changelog_cli/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog_cli/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: changelog_cli
22
description: Simple CLI to generate basic changelog for your project using conventional commits
3-
version: 0.2.0
3+
version: 0.3.0
44
repository: https://github.com/orestesgaolin/dart_utilities/tree/main/changelog_cli
55
screenshots:
66
- description: "Example usage of the changelog_cli"
@@ -17,6 +17,7 @@ dependencies:
1717
equatable: ^2.0.5
1818
file: ^7.0.1
1919
git: ^2.2.0
20+
intl: ^0.19.0
2021
mason_logger: ^0.2.16
2122
pub_updater: ^0.4.0
2223

0 commit comments

Comments
 (0)