Skip to content

Commit 59fd9c9

Browse files
authored
chore: v0.3.0 (#59)
1 parent 4b331e6 commit 59fd9c9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.3.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.2.0...v0.3.0) (2023-02-27)
2+
3+
### Bug Fixes
4+
5+
- completion installation ([#53](https://github.com/VeryGoodOpenSource/cli_completion/issues/53)) ([bb277bb](https://github.com/VeryGoodOpenSource/cli_completion/commit/bb277bbf802f2d397055c753377373022d24818a))
6+
7+
### Features
8+
9+
- store completions in `$XDG_CONFIG_HOME` instead of `$HOME` ([#50](https://github.com/VeryGoodOpenSource/cli_completion/issues/50)) ([d2d7459](https://github.com/VeryGoodOpenSource/cli_completion/commit/d2d74597fc144961c784f4285de5f68122942e05))
10+
111
# [0.2.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0+1...v0.2.0) (2023-01-13)
212

313
### Features

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cli_completion
22
description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
33
repository: https://github.com/VeryGoodOpenSource/cli_completion
4-
version: 0.2.0
4+
version: 0.2.1
55

66
environment:
77
sdk: ">=2.18.0 <3.0.0"

0 commit comments

Comments
 (0)