Skip to content

Commit 137b7c6

Browse files
sam-goliothszczys
andcommitted
release v0.6.1
Co-authored-by: Mike Szczys <[email protected]> Signed-off-by: Sam Friedman <[email protected]>
1 parent 2e75882 commit 137b7c6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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.1] - 2024-03-07
11+
12+
### Fixed
13+
- Added metadata property to Device class
14+
- Fixed a bug that prevented calling RPCs with no arguments
15+
1016
## [v0.6.0] - 2024-02-27
1117

1218
### 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/[email protected].0
11+
pip install git+https://github.com/golioth/[email protected].1
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.6.0"
7+
version = "0.6.1"
88
authors = [
99
{ name="Marcin Niestroj", email="[email protected]" },
1010
{ name="Sam Friedman", email="[email protected]" }

0 commit comments

Comments
 (0)