Skip to content

Commit

Permalink
chore: increment package version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 4, 2022
1 parent 6b202d3 commit 52a0245
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.3.0

- chore(binding_coap): remove unneeded import
- fix(helpers): remove unneeded fetch parameter
- docs(helpers): better document fetch function
- refactor(helpers): remove unused import
- refactor(binding-coap): do not export client
- refactor(core): move ContentSerdes to Servient
- chore: fix format of LICENSE file

## 0.2.0

- docs: use a shorter README title
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.
version: 0.2.0
version: 0.3.0
homepage: https://github.com/namib-project/dart_wot

environment:
Expand Down

0 comments on commit 52a0245

Please sign in to comment.