Skip to content

Commit b5046c9

Browse files
authored
Merge pull request #81 from ushiboy/release/v1.6.0
Release 1.6.0
2 parents f23c140 + 1a94d0b commit b5046c9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,10 @@ nmcli.connection.down(name: str, wait: int = None) -> None
154154
Show details for specified connections.
155155

156156
Use `show_secrets` argument to reveal associated secrets as well.
157+
Use `active` argument to show only the active profile.
157158

158159
```
159-
nmcli.connection.show(name: str, show_secrets: bool = False) -> ConnectionDetails
160+
nmcli.connection.show(name: str, show_secrets: bool = False, active: bool = False) -> ConnectionDetails
160161
```
161162

162163
#### nmcli.connection.reload
@@ -458,6 +459,10 @@ nmcli.set_lang(lang: str) -> None
458459

459460
## Change Log
460461

462+
### 1.6.0
463+
464+
- Added active option to `nmcli.connection.show`
465+
461466
### 1.5.0
462467

463468
- Added show_secrets option to `nmcli.connection.show`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nmcli"
7-
version = "1.5.0"
7+
version = "1.6.0"
88
description = "A python wrapper library for the network-manager cli client"
99
readme = "README.md"
1010
authors = [{name = "ushiboy"}]

0 commit comments

Comments
 (0)