Skip to content

Commit deb9d7e

Browse files
committed
Version 0.2.0
Major features: * Add `dbus introspect` command for introspecting D-Bus objects in a format more friendly to nushell than XML * Add `dbus list` command for finding connection names available on the bus
1 parent 7068e75 commit deb9d7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "nu_plugin_dbus"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55

66
description = "Nushell plugin for communicating with D-Bus"
7+
authors = ["Devyn Cairns <devyn.cairns@gmail.com>"]
78
license = "MIT"
89
keywords = ["plugin", "dbus", "nu"]
910
categories = ["command-line-utilities"]

0 commit comments

Comments
 (0)