From 96a4522b20730cf7c7008f2fbf5144bedf2f0c87 Mon Sep 17 00:00:00 2001 From: eclipse-thingweb-bot Date: Fri, 24 May 2024 11:15:17 +0000 Subject: [PATCH] chore(release): prepare release 0.32.1 Signed-off-by: eclipse-thingweb-bot --- CHANGELOG.md | 15 +++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09937ba..697ea036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.32.1] - 2024-05-24 + +### Added + +- Add missing documentation for InteractionInput ([ff77118](https://github.com/eclipse-thingweb/dart_wot/commit/ff7711851431d52d538db717e55777270c1e0788)) + +### Changed + +- Report warnings for missing documentation ([5b56ce2](https://github.com/eclipse-thingweb/dart_wot/commit/5b56ce239819059626efbba44e599ddb093c50cf)) + +### Fixed + +- Fix typo in DataSchemaValue documentation ([43c0ca7](https://github.com/eclipse-thingweb/dart_wot/commit/43c0ca72b11ccb0ba9ee53a513e662b6ac70b0bd)) + ## [0.32.0] - 2024-05-24 ### Changed @@ -1023,6 +1037,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.32.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.32.0..v0.32.1 [0.32.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.31.1..v0.32.0 [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 diff --git a/pubspec.yaml b/pubspec.yaml index e0f74a5c..3631af14 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.32.0 +version: 0.32.1 homepage: https://github.com/eclipse-thingweb/dart_wot environment: