File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ All notable changes to this project will be documented in this file.
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
88and 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This package is not yet published in PyPI. It can be installed directly from Git
88the 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
1414Alternatively you can clone this repo and then run the following at the repo root:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " golioth"
7- version = " 0.5.1 "
7+ version = " 0.6.0 "
88authors = [
99 {
name =
" Marcin Niestroj" ,
email =
" [email protected] " },
1010 {
name =
" Sam Friedman" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments