Skip to content

Commit b743d1a

Browse files
ci: bump version to v0.7.0
1 parent 097b7a2 commit b743d1a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.7.0]
4+
5+
- Released @ 6/2025 (UTC)
6+
- Update dependencies
7+
38
## [0.6.16]
49

510
- Released @ 6/2025 (UTC)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Dart & Flutter Packages by dev-cetera.com & contributors.
66
[![sponsor](https://img.shields.io/badge/sponsor-grey?logo=github-sponsors)](https://github.com/sponsors/dev-cetera)
77
[![patreon](https://img.shields.io/badge/patreon-grey?logo=patreon)](https://www.patreon.com/c/RobertMollentze)
88
[![pub](https://img.shields.io/pub/v/df_gen_core.svg)](https://pub.dev/packages/df_gen_core)
9-
[![tag](https://img.shields.io/badge/tag-v0.6.16-purple?logo=github)](https://github.com/dev-cetera/df_gen_core/tree/v0.6.16)
9+
[![tag](https://img.shields.io/badge/tag-v0.7.0-purple?logo=github)](https://github.com/dev-cetera/df_gen_core/tree/v0.7.0)
1010
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dev-cetera/df_gen_core/main/LICENSE)
1111

1212
---
@@ -51,4 +51,3 @@ If you're enjoying this package and find it valuable, consider showing your appr
5151
## 🧑‍⚖️ License
5252

5353
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_gen_core/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_gen_core/main/LICENSE) for more information.
54-

lib/src/cli_parser/cli_parser.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,11 @@ enum DefaultOptionParams {
329329
OptionParam(name: 'output', abbr: 'o', help: 'Generated output path.'),
330330
),
331331
TEMPLATE_PATH_OR_URL(
332-
OptionParam(name: 'template', abbr: 't', help: 'Source template path or URL.'),
332+
OptionParam(
333+
name: 'template',
334+
abbr: 't',
335+
help: 'Source template path or URL.',
336+
),
333337
);
334338

335339
final OptionParam option;

0 commit comments

Comments
 (0)