Skip to content

Commit 279bc34

Browse files
chore(release): prepare release 0.36.0
Signed-off-by: eclipse-thingweb-bot <thingweb-bot@eclipse.org>
1 parent 0f4185a commit 279bc34

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.35.3] - 2024-11-27
8+
## [0.36.0] - 2024-12-06
9+
10+
### Added
11+
12+
- Add simple example for TDD discovery ([d3e6b08](https://github.com/eclipse-thingweb/dart_wot/commit/d3e6b08632151e508280bbe770cc52632b5f62e1))
13+
14+
### Changed
15+
16+
- Slightly improve error message for invalid type ([26921a7](https://github.com/eclipse-thingweb/dart_wot/commit/26921a78b07b79b8491a8ce3c4c54529f01b830a))
17+
18+
### Fixed
19+
20+
- Let exploreDirectory continue when encountering invalid TDs ([786db32](https://github.com/eclipse-thingweb/dart_wot/commit/786db3295c89e76797f866bdc6425d13762ee9df))
21+
- Fix error handling within ThingDiscovery class ([49c754f](https://github.com/eclipse-thingweb/dart_wot/commit/49c754faf19a1eec7401b50e7f58055f948c67c9))
22+
23+
### Removed
24+
25+
- Remove support for cov:observe subprotocol ([44059a1](https://github.com/eclipse-thingweb/dart_wot/commit/44059a100b5818ca2d58abd0fcbc83cb611f22ff))
26+
27+
## [0.35.3] - 2024-12-02
928

1029
### Added
1130

@@ -1136,6 +1155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11361155

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

1158+
[0.36.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.3..v0.36.0
11391159
[0.35.3]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.2..v0.35.3
11401160
[0.35.2]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.1..v0.35.2
11411161
[0.35.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.0..v0.35.1

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_wot
22
description: A W3C Web of Things implementation written in Dart. Supports interacting with Things using CoAP, HTTP, and MQTT.
3-
version: 0.35.3
3+
version: 0.36.0
44
homepage: https://github.com/eclipse-thingweb/dart_wot
55

66
environment:

0 commit comments

Comments
 (0)