Skip to content

Commit

Permalink
Updating version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purple4reina committed Jul 16, 2023
1 parent 7f89807 commit 7c763a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG

## Unreleased
## 0.8.0
### Features
+ Throw `GosundDeviceOfflineException` when sending a command fails because it
is offline. This is a subclass of the `GosundException` class that used to be
raised in this scenario.

## 0.7.0
### Features
Expand Down
2 changes: 1 addition & 1 deletion gosundpy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.7.0"
version = "0.8.0"

0 comments on commit 7c763a3

Please sign in to comment.