We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a0107 commit bf5a706Copy full SHA for bf5a706
2 files changed
README.md
@@ -509,6 +509,12 @@ nmcli.set_lang(lang: str) -> None
509
510
## Change Log
511
512
+### 1.7.0
513
+
514
+- Added `nmcli.connection.show_all` method with active filtering support
515
+- Added `nmcli.device.up` and `nmcli.device.down` methods
516
+- Added `nmcli.general.reload` method with configuration flags support
517
518
### 1.6.0
519
520
- Added active option to `nmcli.connection.show`
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "nmcli"
7
-version = "1.6.0"
+version = "1.7.0"
8
description = "A python wrapper library for the network-manager cli client"
9
readme = "README.md"
10
authors = [{name = "ushiboy"}]
0 commit comments