Skip to content

Commit

Permalink
chore: bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 30, 2022
1 parent d53b900 commit cb3932f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.16.0

### New/Updated Features

- Reworked credentials system (now uses a callback-based approach)
- Reworked the API for direct discovery via CoAP and HTTP
- Performed various refactorings

### Fixes

- fixed subscription implementation for CoAP

## 0.15.1

- Added the new CoAP Binding-Template vocabulary to `complex_example.dart`
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_wot
description: A W3C Web of Things implementation written in Dart. Supports interacting with Things using CoAP(S) and HTTP(S).
version: 0.15.1
version: 0.16.0
homepage: https://github.com/namib-project/dart_wot

environment:
Expand Down

0 comments on commit cb3932f

Please sign in to comment.