snapd 0.1.2 snapd: ^0.1.2 copied to clipboard
Provides a client to access snapd, which allows you to manage, search and install snaps on a Linux system.
Changelog #
0.1.2 #
- Only list as supporting Linux.
- Fix login response parsing.
- Make login response ID not nullable.
- Add missing parameter from logout().
- Fix parsing change with no tasks.
- Implement SnapdClient.connections.
- Add SnapdClient.connect/disconnect.
- Add missing close() in README example.
0.1.1 #
- Fix errors parsing snap responses.
- Added regresion tests.
0.1.0 #
- Initial release