Skip to content

Commit

Permalink
chore(release): prepare release 0.31.2
Browse files Browse the repository at this point in the history
Signed-off-by: eclipse-thingweb-bot <[email protected]>
  • Loading branch information
eclipse-thingweb-bot committed May 24, 2024
1 parent 37fbb28 commit 9c0955b
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
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.31.2] - 2024-05-24

### Changed

- Create separate module for protocol_interfaces ([a7d2b25](https://github.com/eclipse-thingweb/dart_wot/commit/a7d2b25c5ba8caab7b09246bf23ffce727338bdc))

### Fixed

- Fix disconnect of client after reading a resource ([10c1f6d](https://github.com/eclipse-thingweb/dart_wot/commit/10c1f6d21b3ba8372943a5a6fc193bee7ca317be))
- Fix typo in Subscription interface ([f891cad](https://github.com/eclipse-thingweb/dart_wot/commit/f891cad8feefa9fd9782bbcb6dfd7ea110b2d796))

## [0.31.1] - 2024-05-22

### Changed
Expand Down Expand Up @@ -1008,6 +1019,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Remove TODO from misc issue template ([f0281cf](https://github.com/eclipse-thingweb/dart_wot/commit/f0281cf91d3ab717fa18aef0576ddef5aaf9abcb))

[0.31.2]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.31.1..v0.31.2
[0.31.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.31.0..v0.31.1
[0.31.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.30.1..v0.31.0
[0.30.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.30.0..v0.30.1
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, HTTP, and MQTT.
version: 0.31.1
version: 0.31.2
homepage: https://github.com/eclipse-thingweb/dart_wot

environment:
Expand Down

0 comments on commit 9c0955b

Please sign in to comment.