Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
devyn committed Feb 1, 2024
1 parent 7068e75 commit deb9d7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "nu_plugin_dbus"
version = "0.1.1"
version = "0.2.0"
edition = "2021"

description = "Nushell plugin for communicating with D-Bus"
authors = ["Devyn Cairns <[email protected]>"]
license = "MIT"
keywords = ["plugin", "dbus", "nu"]
categories = ["command-line-utilities"]
Expand Down

0 comments on commit deb9d7e

Please sign in to comment.