From 64bb381ce4be90fa1f63b2bc2b75f4e8d6228d1c Mon Sep 17 00:00:00 2001 From: Renan Araujo Date: Fri, 13 Jan 2023 16:40:41 +0000 Subject: [PATCH 1/6] chore: v0.2.0 --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++------------ pubspec.yaml | 2 +- 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa4ee6..0c71616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,39 @@ +# [0.2.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0+1...v0.2.0) (2023-01-13) + + +### Features + +* restrict non multi options ([#44](https://github.com/VeryGoodOpenSource/cli_completion/issues/44)) ([32dfc23](https://github.com/VeryGoodOpenSource/cli_completion/commit/32dfc23dedfa48cad2dc8fc9db5f7136fed46243)) +* suggest negatable flags ([#45](https://github.com/VeryGoodOpenSource/cli_completion/issues/45)) ([8e0049a](https://github.com/VeryGoodOpenSource/cli_completion/commit/8e0049af3801ed6bedbe52851fc1262c112d6a91)) +* Tell the user to source the config file when instalaltion is done ([#41](https://github.com/VeryGoodOpenSource/cli_completion/issues/41)) ([53d1f08](https://github.com/VeryGoodOpenSource/cli_completion/commit/53d1f08fe0aea38d8fa22964db1806046f1adcef)) + + + # [0.1.0+1](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0...v0.1.0+1) (2022-12-09) + + # [0.1.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/d7cdfd51b923d2d5720864b228678749f3010fb8...v0.1.0) (2022-12-08) + ### Bug Fixes -- add system shell identification by heuristics ([#31](https://github.com/VeryGoodOpenSource/cli_completion/issues/31)) ([d30f59e](https://github.com/VeryGoodOpenSource/cli_completion/commit/d30f59e677bfd3a8a9f307ce33123e9a96b25644)) +* add system shell identification by heuristics ([#31](https://github.com/VeryGoodOpenSource/cli_completion/issues/31)) ([d30f59e](https://github.com/VeryGoodOpenSource/cli_completion/commit/d30f59e677bfd3a8a9f307ce33123e9a96b25644)) + ### Features -- add example app ([#9](https://github.com/VeryGoodOpenSource/cli_completion/issues/9)) ([452d1dd](https://github.com/VeryGoodOpenSource/cli_completion/commit/452d1dd0ec7e17711e4586d5763b0d498dfc8505)) -- add idea run config ([#20](https://github.com/VeryGoodOpenSource/cli_completion/issues/20)) ([859c7f6](https://github.com/VeryGoodOpenSource/cli_completion/commit/859c7f66e43d962558ee412212b2acd6ed28b71e)) -- add install triggers ([#10](https://github.com/VeryGoodOpenSource/cli_completion/issues/10)) ([cf0fe94](https://github.com/VeryGoodOpenSource/cli_completion/commit/cf0fe94cf648825cce063c5068bc39586f3b9e88)) -- add installation process for bash ([#8](https://github.com/VeryGoodOpenSource/cli_completion/issues/8)) ([af74cec](https://github.com/VeryGoodOpenSource/cli_completion/commit/af74cec6dbbad75858adf819e599c2c9ff4c2f42)) -- add installation process for zsh ([#7](https://github.com/VeryGoodOpenSource/cli_completion/issues/7)) ([d7cdfd5](https://github.com/VeryGoodOpenSource/cli_completion/commit/d7cdfd51b923d2d5720864b228678749f3010fb8)) -- add integrated tests ([#19](https://github.com/VeryGoodOpenSource/cli_completion/issues/19)) ([615ef3d](https://github.com/VeryGoodOpenSource/cli_completion/commit/615ef3dbda6cfe4c61236ee61e3e49657b5e3c6e)) -- add optional auto-install ([#29](https://github.com/VeryGoodOpenSource/cli_completion/issues/29)) ([e8585d6](https://github.com/VeryGoodOpenSource/cli_completion/commit/e8585d6e4d110d038dcffd82b9cf40d097e25785)) -- handle completion request ([#17](https://github.com/VeryGoodOpenSource/cli_completion/issues/17)) ([aada678](https://github.com/VeryGoodOpenSource/cli_completion/commit/aada678e5cd009e304ab1712bfa0e45d9e5d1ce5)) -- list files when there is no completion on zsh ([#21](https://github.com/VeryGoodOpenSource/cli_completion/issues/21)) ([ca273fc](https://github.com/VeryGoodOpenSource/cli_completion/commit/ca273fc1d3b8cab7c91e55e50f5b9bd4db4b2a96)) -- suggest options, flags and option values ([#24](https://github.com/VeryGoodOpenSource/cli_completion/issues/24)) ([7677ab6](https://github.com/VeryGoodOpenSource/cli_completion/commit/7677ab6497a97c972ce7ce89d4af7731e296aea3)) -- suggest sub commands ([#22](https://github.com/VeryGoodOpenSource/cli_completion/issues/22)) ([ea3f5db](https://github.com/VeryGoodOpenSource/cli_completion/commit/ea3f5dbf9c734e33a04a719687552055ec790f4b)) +* add example app ([#9](https://github.com/VeryGoodOpenSource/cli_completion/issues/9)) ([452d1dd](https://github.com/VeryGoodOpenSource/cli_completion/commit/452d1dd0ec7e17711e4586d5763b0d498dfc8505)) +* add idea run config ([#20](https://github.com/VeryGoodOpenSource/cli_completion/issues/20)) ([859c7f6](https://github.com/VeryGoodOpenSource/cli_completion/commit/859c7f66e43d962558ee412212b2acd6ed28b71e)) +* add install triggers ([#10](https://github.com/VeryGoodOpenSource/cli_completion/issues/10)) ([cf0fe94](https://github.com/VeryGoodOpenSource/cli_completion/commit/cf0fe94cf648825cce063c5068bc39586f3b9e88)) +* add installation process for bash ([#8](https://github.com/VeryGoodOpenSource/cli_completion/issues/8)) ([af74cec](https://github.com/VeryGoodOpenSource/cli_completion/commit/af74cec6dbbad75858adf819e599c2c9ff4c2f42)) +* add installation process for zsh ([#7](https://github.com/VeryGoodOpenSource/cli_completion/issues/7)) ([d7cdfd5](https://github.com/VeryGoodOpenSource/cli_completion/commit/d7cdfd51b923d2d5720864b228678749f3010fb8)) +* add integrated tests ([#19](https://github.com/VeryGoodOpenSource/cli_completion/issues/19)) ([615ef3d](https://github.com/VeryGoodOpenSource/cli_completion/commit/615ef3dbda6cfe4c61236ee61e3e49657b5e3c6e)) +* add optional auto-install ([#29](https://github.com/VeryGoodOpenSource/cli_completion/issues/29)) ([e8585d6](https://github.com/VeryGoodOpenSource/cli_completion/commit/e8585d6e4d110d038dcffd82b9cf40d097e25785)) +* handle completion request ([#17](https://github.com/VeryGoodOpenSource/cli_completion/issues/17)) ([aada678](https://github.com/VeryGoodOpenSource/cli_completion/commit/aada678e5cd009e304ab1712bfa0e45d9e5d1ce5)) +* list files when there is no completion on zsh ([#21](https://github.com/VeryGoodOpenSource/cli_completion/issues/21)) ([ca273fc](https://github.com/VeryGoodOpenSource/cli_completion/commit/ca273fc1d3b8cab7c91e55e50f5b9bd4db4b2a96)) +* suggest options, flags and option values ([#24](https://github.com/VeryGoodOpenSource/cli_completion/issues/24)) ([7677ab6](https://github.com/VeryGoodOpenSource/cli_completion/commit/7677ab6497a97c972ce7ce89d4af7731e296aea3)) +* suggest sub commands ([#22](https://github.com/VeryGoodOpenSource/cli_completion/issues/22)) ([ea3f5db](https://github.com/VeryGoodOpenSource/cli_completion/commit/ea3f5dbf9c734e33a04a719687552055ec790f4b)) + + + diff --git a/pubspec.yaml b/pubspec.yaml index 8b3f017..368426d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: cli_completion description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures. repository: https://github.com/VeryGoodOpenSource/cli_completion -version: 0.1.0+1 +version: 0.2.0 environment: sdk: ">=2.18.0 <3.0.0" From 27d6843db7ba2545db1d236f64bb660bd03f8960 Mon Sep 17 00:00:00 2001 From: Renan Araujo Date: Fri, 13 Jan 2023 16:59:33 +0000 Subject: [PATCH 2/6] lol --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c71616..09682f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * restrict non multi options ([#44](https://github.com/VeryGoodOpenSource/cli_completion/issues/44)) ([32dfc23](https://github.com/VeryGoodOpenSource/cli_completion/commit/32dfc23dedfa48cad2dc8fc9db5f7136fed46243)) * suggest negatable flags ([#45](https://github.com/VeryGoodOpenSource/cli_completion/issues/45)) ([8e0049a](https://github.com/VeryGoodOpenSource/cli_completion/commit/8e0049af3801ed6bedbe52851fc1262c112d6a91)) -* Tell the user to source the config file when instalaltion is done ([#41](https://github.com/VeryGoodOpenSource/cli_completion/issues/41)) ([53d1f08](https://github.com/VeryGoodOpenSource/cli_completion/commit/53d1f08fe0aea38d8fa22964db1806046f1adcef)) +* Tell the user to source the config file when installation is done ([#41](https://github.com/VeryGoodOpenSource/cli_completion/issues/41)) ([53d1f08](https://github.com/VeryGoodOpenSource/cli_completion/commit/53d1f08fe0aea38d8fa22964db1806046f1adcef)) From 9d96429589ac1335f98f5732e511cbb442d5208c Mon Sep 17 00:00:00 2001 From: Renan Araujo Date: Fri, 13 Jan 2023 17:16:08 +0000 Subject: [PATCH 3/6] changelog --- CHANGELOG.md | 42 ++++++++++++++++-------------------------- 1 file changed, 16 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09682f8..0657807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,39 +1,29 @@ -# [0.2.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0+1...v0.2.0) (2023-01-13) - +# [](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0+1...v) (2023-01-13) ### Features -* restrict non multi options ([#44](https://github.com/VeryGoodOpenSource/cli_completion/issues/44)) ([32dfc23](https://github.com/VeryGoodOpenSource/cli_completion/commit/32dfc23dedfa48cad2dc8fc9db5f7136fed46243)) -* suggest negatable flags ([#45](https://github.com/VeryGoodOpenSource/cli_completion/issues/45)) ([8e0049a](https://github.com/VeryGoodOpenSource/cli_completion/commit/8e0049af3801ed6bedbe52851fc1262c112d6a91)) -* Tell the user to source the config file when installation is done ([#41](https://github.com/VeryGoodOpenSource/cli_completion/issues/41)) ([53d1f08](https://github.com/VeryGoodOpenSource/cli_completion/commit/53d1f08fe0aea38d8fa22964db1806046f1adcef)) - - +- restrict non multi options ([#44](https://github.com/VeryGoodOpenSource/cli_completion/issues/44)) ([32dfc23](https://github.com/VeryGoodOpenSource/cli_completion/commit/32dfc23dedfa48cad2dc8fc9db5f7136fed46243)) +- suggest negatable flags ([#45](https://github.com/VeryGoodOpenSource/cli_completion/issues/45)) ([8e0049a](https://github.com/VeryGoodOpenSource/cli_completion/commit/8e0049af3801ed6bedbe52851fc1262c112d6a91)) +- Tell the user to source the config file when installation is done ([#41](https://github.com/VeryGoodOpenSource/cli_completion/issues/41)) ([53d1f08](https://github.com/VeryGoodOpenSource/cli_completion/commit/53d1f08fe0aea38d8fa22964db1806046f1adcef)) # [0.1.0+1](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0...v0.1.0+1) (2022-12-09) - - # [0.1.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/d7cdfd51b923d2d5720864b228678749f3010fb8...v0.1.0) (2022-12-08) - ### Bug Fixes -* add system shell identification by heuristics ([#31](https://github.com/VeryGoodOpenSource/cli_completion/issues/31)) ([d30f59e](https://github.com/VeryGoodOpenSource/cli_completion/commit/d30f59e677bfd3a8a9f307ce33123e9a96b25644)) - +- add system shell identification by heuristics ([#31](https://github.com/VeryGoodOpenSource/cli_completion/issues/31)) ([d30f59e](https://github.com/VeryGoodOpenSource/cli_completion/commit/d30f59e677bfd3a8a9f307ce33123e9a96b25644)) ### Features -* add example app ([#9](https://github.com/VeryGoodOpenSource/cli_completion/issues/9)) ([452d1dd](https://github.com/VeryGoodOpenSource/cli_completion/commit/452d1dd0ec7e17711e4586d5763b0d498dfc8505)) -* add idea run config ([#20](https://github.com/VeryGoodOpenSource/cli_completion/issues/20)) ([859c7f6](https://github.com/VeryGoodOpenSource/cli_completion/commit/859c7f66e43d962558ee412212b2acd6ed28b71e)) -* add install triggers ([#10](https://github.com/VeryGoodOpenSource/cli_completion/issues/10)) ([cf0fe94](https://github.com/VeryGoodOpenSource/cli_completion/commit/cf0fe94cf648825cce063c5068bc39586f3b9e88)) -* add installation process for bash ([#8](https://github.com/VeryGoodOpenSource/cli_completion/issues/8)) ([af74cec](https://github.com/VeryGoodOpenSource/cli_completion/commit/af74cec6dbbad75858adf819e599c2c9ff4c2f42)) -* add installation process for zsh ([#7](https://github.com/VeryGoodOpenSource/cli_completion/issues/7)) ([d7cdfd5](https://github.com/VeryGoodOpenSource/cli_completion/commit/d7cdfd51b923d2d5720864b228678749f3010fb8)) -* add integrated tests ([#19](https://github.com/VeryGoodOpenSource/cli_completion/issues/19)) ([615ef3d](https://github.com/VeryGoodOpenSource/cli_completion/commit/615ef3dbda6cfe4c61236ee61e3e49657b5e3c6e)) -* add optional auto-install ([#29](https://github.com/VeryGoodOpenSource/cli_completion/issues/29)) ([e8585d6](https://github.com/VeryGoodOpenSource/cli_completion/commit/e8585d6e4d110d038dcffd82b9cf40d097e25785)) -* handle completion request ([#17](https://github.com/VeryGoodOpenSource/cli_completion/issues/17)) ([aada678](https://github.com/VeryGoodOpenSource/cli_completion/commit/aada678e5cd009e304ab1712bfa0e45d9e5d1ce5)) -* list files when there is no completion on zsh ([#21](https://github.com/VeryGoodOpenSource/cli_completion/issues/21)) ([ca273fc](https://github.com/VeryGoodOpenSource/cli_completion/commit/ca273fc1d3b8cab7c91e55e50f5b9bd4db4b2a96)) -* suggest options, flags and option values ([#24](https://github.com/VeryGoodOpenSource/cli_completion/issues/24)) ([7677ab6](https://github.com/VeryGoodOpenSource/cli_completion/commit/7677ab6497a97c972ce7ce89d4af7731e296aea3)) -* suggest sub commands ([#22](https://github.com/VeryGoodOpenSource/cli_completion/issues/22)) ([ea3f5db](https://github.com/VeryGoodOpenSource/cli_completion/commit/ea3f5dbf9c734e33a04a719687552055ec790f4b)) - - - +- add example app ([#9](https://github.com/VeryGoodOpenSource/cli_completion/issues/9)) ([452d1dd](https://github.com/VeryGoodOpenSource/cli_completion/commit/452d1dd0ec7e17711e4586d5763b0d498dfc8505)) +- add idea run config ([#20](https://github.com/VeryGoodOpenSource/cli_completion/issues/20)) ([859c7f6](https://github.com/VeryGoodOpenSource/cli_completion/commit/859c7f66e43d962558ee412212b2acd6ed28b71e)) +- add install triggers ([#10](https://github.com/VeryGoodOpenSource/cli_completion/issues/10)) ([cf0fe94](https://github.com/VeryGoodOpenSource/cli_completion/commit/cf0fe94cf648825cce063c5068bc39586f3b9e88)) +- add installation process for bash ([#8](https://github.com/VeryGoodOpenSource/cli_completion/issues/8)) ([af74cec](https://github.com/VeryGoodOpenSource/cli_completion/commit/af74cec6dbbad75858adf819e599c2c9ff4c2f42)) +- add installation process for zsh ([#7](https://github.com/VeryGoodOpenSource/cli_completion/issues/7)) ([d7cdfd5](https://github.com/VeryGoodOpenSource/cli_completion/commit/d7cdfd51b923d2d5720864b228678749f3010fb8)) +- add integrated tests ([#19](https://github.com/VeryGoodOpenSource/cli_completion/issues/19)) ([615ef3d](https://github.com/VeryGoodOpenSource/cli_completion/commit/615ef3dbda6cfe4c61236ee61e3e49657b5e3c6e)) +- add optional auto-install ([#29](https://github.com/VeryGoodOpenSource/cli_completion/issues/29)) ([e8585d6](https://github.com/VeryGoodOpenSource/cli_completion/commit/e8585d6e4d110d038dcffd82b9cf40d097e25785)) +- handle completion request ([#17](https://github.com/VeryGoodOpenSource/cli_completion/issues/17)) ([aada678](https://github.com/VeryGoodOpenSource/cli_completion/commit/aada678e5cd009e304ab1712bfa0e45d9e5d1ce5)) +- list files when there is no completion on zsh ([#21](https://github.com/VeryGoodOpenSource/cli_completion/issues/21)) ([ca273fc](https://github.com/VeryGoodOpenSource/cli_completion/commit/ca273fc1d3b8cab7c91e55e50f5b9bd4db4b2a96)) +- suggest options, flags and option values ([#24](https://github.com/VeryGoodOpenSource/cli_completion/issues/24)) ([7677ab6](https://github.com/VeryGoodOpenSource/cli_completion/commit/7677ab6497a97c972ce7ce89d4af7731e296aea3)) +- suggest sub commands ([#22](https://github.com/VeryGoodOpenSource/cli_completion/issues/22)) ([ea3f5db](https://github.com/VeryGoodOpenSource/cli_completion/commit/ea3f5dbf9c734e33a04a719687552055ec790f4b)) From 5405831d4c3d846a35746e7171ae7a52820a76f4 Mon Sep 17 00:00:00 2001 From: Renan <6718144+renancaraujo@users.noreply.github.com> Date: Fri, 13 Jan 2023 17:51:24 +0000 Subject: [PATCH 4/6] Update CHANGELOG.md Co-authored-by: Felix Angelov --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0657807..65f369a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0+1...v) (2023-01-13) +# [0.2.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0+1...v0.2.0) (2023-01-13) ### Features From a060b294b8d375fe72b93d3b44cab222f3d48c61 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 13 Jan 2023 11:59:53 -0600 Subject: [PATCH 5/6] tweak changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f369a..554c8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - restrict non multi options ([#44](https://github.com/VeryGoodOpenSource/cli_completion/issues/44)) ([32dfc23](https://github.com/VeryGoodOpenSource/cli_completion/commit/32dfc23dedfa48cad2dc8fc9db5f7136fed46243)) - suggest negatable flags ([#45](https://github.com/VeryGoodOpenSource/cli_completion/issues/45)) ([8e0049a](https://github.com/VeryGoodOpenSource/cli_completion/commit/8e0049af3801ed6bedbe52851fc1262c112d6a91)) -- Tell the user to source the config file when installation is done ([#41](https://github.com/VeryGoodOpenSource/cli_completion/issues/41)) ([53d1f08](https://github.com/VeryGoodOpenSource/cli_completion/commit/53d1f08fe0aea38d8fa22964db1806046f1adcef)) +- Tell the user to source the config file when instalaltion is done ([#41](https://github.com/VeryGoodOpenSource/cli_completion/issues/41)) ([53d1f08](https://github.com/VeryGoodOpenSource/cli_completion/commit/53d1f08fe0aea38d8fa22964db1806046f1adcef)) # [0.1.0+1](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0...v0.1.0+1) (2022-12-09) From 46990f215af0771d584727d787fd4348839979ad Mon Sep 17 00:00:00 2001 From: Renan Araujo Date: Fri, 13 Jan 2023 18:58:51 +0000 Subject: [PATCH 6/6] regenerate --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554c8f9..65f369a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - restrict non multi options ([#44](https://github.com/VeryGoodOpenSource/cli_completion/issues/44)) ([32dfc23](https://github.com/VeryGoodOpenSource/cli_completion/commit/32dfc23dedfa48cad2dc8fc9db5f7136fed46243)) - suggest negatable flags ([#45](https://github.com/VeryGoodOpenSource/cli_completion/issues/45)) ([8e0049a](https://github.com/VeryGoodOpenSource/cli_completion/commit/8e0049af3801ed6bedbe52851fc1262c112d6a91)) -- Tell the user to source the config file when instalaltion is done ([#41](https://github.com/VeryGoodOpenSource/cli_completion/issues/41)) ([53d1f08](https://github.com/VeryGoodOpenSource/cli_completion/commit/53d1f08fe0aea38d8fa22964db1806046f1adcef)) +- Tell the user to source the config file when installation is done ([#41](https://github.com/VeryGoodOpenSource/cli_completion/issues/41)) ([53d1f08](https://github.com/VeryGoodOpenSource/cli_completion/commit/53d1f08fe0aea38d8fa22964db1806046f1adcef)) # [0.1.0+1](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0...v0.1.0+1) (2022-12-09)