From 38627723fa5af689dab5f398eec49ecb364639dc Mon Sep 17 00:00:00 2001 From: Jun Futagawa Date: Sun, 21 Jun 2026 12:52:24 +0900 Subject: [PATCH] chore: bump version to 1.2.1 --- README.md | 3 +++ nmcli-cli-autoconnect-list | 2 +- nmcli-cli-autoconnect-set | 2 +- nmcli-cli-bond-add | 2 +- nmcli-cli-bond-delete | 2 +- nmcli-cli-bridge-add | 2 +- nmcli-cli-bridge-delete | 2 +- nmcli-cli-device-name | 2 +- nmcli-cli-ipv4 | 2 +- nmcli-cli-ipv4-copy | 2 +- nmcli-cli-ipv6 | 2 +- nmcli-cli-ipv6-copy | 2 +- nmcli-cli-restart | 2 +- nmcli-cli-slave-list | 2 +- nmcli-cli-vlan-add | 2 +- nmcli-cli-vlan-delete | 2 +- 16 files changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a4eca2a..c56d608 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # nmcli-cli +![Tag](https://img.shields.io/github/tag/jfut/nmcli-cli.svg) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) + nmcli-cli is a command line tool that wraps `nmcli` to use for simple use cases. By default, each command prints shell-ready `nmcli` commands without applying diff --git a/nmcli-cli-autoconnect-list b/nmcli-cli-autoconnect-list index 54857fb..0a80a6a 100755 --- a/nmcli-cli-autoconnect-list +++ b/nmcli-cli-autoconnect-list @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" usage() { local COMMAND_NAME diff --git a/nmcli-cli-autoconnect-set b/nmcli-cli-autoconnect-set index 77275fc..425f8c5 100755 --- a/nmcli-cli-autoconnect-set +++ b/nmcli-cli-autoconnect-set @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-bond-add b/nmcli-cli-bond-add index 1bc1a6f..97bd4d0 100755 --- a/nmcli-cli-bond-add +++ b/nmcli-cli-bond-add @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-bond-delete b/nmcli-cli-bond-delete index fd7cd1b..3f874cc 100755 --- a/nmcli-cli-bond-delete +++ b/nmcli-cli-bond-delete @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-bridge-add b/nmcli-cli-bridge-add index 107bd5c..7005719 100755 --- a/nmcli-cli-bridge-add +++ b/nmcli-cli-bridge-add @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-bridge-delete b/nmcli-cli-bridge-delete index b664118..533f194 100755 --- a/nmcli-cli-bridge-delete +++ b/nmcli-cli-bridge-delete @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-device-name b/nmcli-cli-device-name index c2529e4..38d1001 100755 --- a/nmcli-cli-device-name +++ b/nmcli-cli-device-name @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-ipv4 b/nmcli-cli-ipv4 index e291125..c3b3e88 100755 --- a/nmcli-cli-ipv4 +++ b/nmcli-cli-ipv4 @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-ipv4-copy b/nmcli-cli-ipv4-copy index 685537b..e24380d 100755 --- a/nmcli-cli-ipv4-copy +++ b/nmcli-cli-ipv4-copy @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-ipv6 b/nmcli-cli-ipv6 index f0208bb..76e31ff 100755 --- a/nmcli-cli-ipv6 +++ b/nmcli-cli-ipv6 @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-ipv6-copy b/nmcli-cli-ipv6-copy index 1a37d0d..218e3f4 100755 --- a/nmcli-cli-ipv6-copy +++ b/nmcli-cli-ipv6-copy @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-restart b/nmcli-cli-restart index aa9d343..4abb86e 100755 --- a/nmcli-cli-restart +++ b/nmcli-cli-restart @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-slave-list b/nmcli-cli-slave-list index d61feed..6da92ed 100755 --- a/nmcli-cli-slave-list +++ b/nmcli-cli-slave-list @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" usage() { local COMMAND_NAME diff --git a/nmcli-cli-vlan-add b/nmcli-cli-vlan-add index 6f5375b..e92c775 100755 --- a/nmcli-cli-vlan-add +++ b/nmcli-cli-vlan-add @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() { diff --git a/nmcli-cli-vlan-delete b/nmcli-cli-vlan-delete index 47f81bf..94038a4 100755 --- a/nmcli-cli-vlan-delete +++ b/nmcli-cli-vlan-delete @@ -7,7 +7,7 @@ # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php -VERSION="1.2.0" +VERSION="1.2.1" ECHO_OR_EXECUTE="echo" print_command() {