Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfect5th committed Mar 6, 2024
1 parent f3bb539 commit dc1cdf3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.4.0 (2024-03-06)

### feature

- Added `get_apps` API for listing snap applications and services.
- Added `start` and `start_all` APIs to start a snap services.
- Added `stop` and `stop_all` APIs to stop snap services.
- Added `restart` and `restart_all` APIs to restart snap services.

### fix

- Warnings from snapd are now captured and exposed via `SnapdHttpException.json` rather than raising
a `TypeError`

## 1.3.0 (2024-02-10)

### feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snap-http"
version = "1.3.0"
version = "1.4.0"
description = "A library for interacting with snapd via its REST API."
authors = ["Mitch Burton <mitch.burton@canonical.com>"]
readme = "README.md"
Expand Down

0 comments on commit dc1cdf3

Please sign in to comment.