Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Aug 3, 2023
1 parent 9f89098 commit a677914
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cmdcomp"
version = "2.0.6"
version = "2.1.0"
description = "cmdcomp is a cli tool completion generator for shell."
authors = ["Yasutanium <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion samples/v1/output.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Code generated by cmdcomp "2.0.6". DO NOT EDIT.
# Code generated by cmdcomp "2.1.0". DO NOT EDIT.
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
#

Expand Down
2 changes: 1 addition & 1 deletion samples/v1/output.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/zsh
#
# Code generated by cmdcomp "2.0.6". DO NOT EDIT.
# Code generated by cmdcomp "2.1.0". DO NOT EDIT.
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
#

Expand Down
2 changes: 1 addition & 1 deletion samples/v2/output.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Code generated by cmdcomp "2.0.6". DO NOT EDIT.
# Code generated by cmdcomp "2.1.0". DO NOT EDIT.
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
#

Expand Down
2 changes: 1 addition & 1 deletion samples/v2/output.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/zsh
#
# Code generated by cmdcomp "2.0.6". DO NOT EDIT.
# Code generated by cmdcomp "2.1.0". DO NOT EDIT.
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
#

Expand Down

0 comments on commit a677914

Please sign in to comment.