From 108db7f19d408c5725d9db14e09e26b3f9122812 Mon Sep 17 00:00:00 2001 From: eclipse-thingweb-bot Date: Fri, 1 Nov 2024 11:02:21 +0000 Subject: [PATCH] chore(release): prepare release 0.35.0 Signed-off-by: eclipse-thingweb-bot --- CHANGELOG.md | 18 ++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86da0922..4ff4ea79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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.35.0] - 2024-11-01 + +### Added + +- Add test for unnamed ThingDescription constructor ([e698015](https://github.com/eclipse-thingweb/dart_wot/commit/e69801593e94482223a6cb60e9a3e08b12f9ff68)) +- Add a missing period ([f62c882](https://github.com/eclipse-thingweb/dart_wot/commit/f62c8820ac937bbbd93b13532783a0e193316648)) + +### Changed + +- Make unnamed ThingDescription constructor public ([7997967](https://github.com/eclipse-thingweb/dart_wot/commit/7997967100c078e57066bc4fcdd84373c2ebbd3d)) +- Switch back to latest dart version on Windows ([e776186](https://github.com/eclipse-thingweb/dart_wot/commit/e776186d7fe8b75726d379e29018344ba3ca64d5)) + +### Fixed + +- Export context definitions ([bf5aca3](https://github.com/eclipse-thingweb/dart_wot/commit/bf5aca3f466fd7ccbcf7fdc83c6b4abd8682b026)) +- Correctly serialize property affordances ([3c69d8a](https://github.com/eclipse-thingweb/dart_wot/commit/3c69d8a760a84b8cae68af2a24c33237ecfd8deb)) + ## [0.34.2] - 2024-10-23 ### Changed @@ -1092,6 +1109,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.35.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.34.2..v0.35.0 [0.34.2]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.34.1..v0.34.2 [0.34.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.34.0..v0.34.1 [0.34.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.33.0..v0.34.0 diff --git a/pubspec.yaml b/pubspec.yaml index 8d6ee3cd..119ade7d 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.34.2 +version: 0.35.0 homepage: https://github.com/eclipse-thingweb/dart_wot environment: