From bf5a706ff89a245221e1ba126891869d820b7f2b Mon Sep 17 00:00:00 2001 From: ushiboy Date: Sat, 3 Jan 2026 10:51:38 +0900 Subject: [PATCH] Release v1.7.0 --- README.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80b8930..2763829 100644 --- a/README.md +++ b/README.md @@ -509,6 +509,12 @@ nmcli.set_lang(lang: str) -> None ## Change Log +### 1.7.0 + +- Added `nmcli.connection.show_all` method with active filtering support +- Added `nmcli.device.up` and `nmcli.device.down` methods +- Added `nmcli.general.reload` method with configuration flags support + ### 1.6.0 - Added active option to `nmcli.connection.show` diff --git a/pyproject.toml b/pyproject.toml index c8fcd5d..521b210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nmcli" -version = "1.6.0" +version = "1.7.0" description = "A python wrapper library for the network-manager cli client" readme = "README.md" authors = [{name = "ushiboy"}]