Skip to content

Commit af47d27

Browse files
committed
Release v0.6.0
Signed-off-by: Sam Friedman <[email protected]>
1 parent f6bd62a commit af47d27

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [v0.6.0] - 2024-02-27
11+
12+
### Fixed
13+
14+
- Fixed a bug that prevented setting Boolean settings
15+
16+
### Added
17+
18+
- Device class now has a `refresh()` method for updating with the latest metadata
19+
- Can request a Device by its DeviceId
20+
- New CLI option for the pytest plugin to choose the API gateway URL
21+
- New tests for tags and blueprints
22+
1023
## [v0.5.1] - 2024-01-20
1124

1225
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This package is not yet published in PyPI. It can be installed directly from Git
88
the following command:
99

1010
``` sh
11-
pip install git+https://github.com/golioth/python-golioth-tools@v0.5.1
11+
pip install git+https://github.com/golioth/python-golioth-tools@v0.6.0
1212
```
1313

1414
Alternatively you can clone this repo and then run the following at the repo root:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "golioth"
7-
version = "0.5.1"
7+
version = "0.6.0"
88
authors = [
99
{ name="Marcin Niestroj", email="[email protected]" },
1010
{ name="Sam Friedman", email="[email protected]" }

0 commit comments

Comments
 (0)