Skip to content

Commit 0cbe66b

Browse files
chore(release): prepare release 0.35.3
Signed-off-by: eclipse-thingweb-bot <thingweb-bot@eclipse.org>
1 parent a5ca0b4 commit 0cbe66b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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
9+
10+
### Added
11+
12+
- Add sse_channel dependency ([45ec279](https://github.com/eclipse-thingweb/dart_wot/commit/45ec279ef71e8564eedd0a7ffb4f2092235bf733))
13+
- Add initial support for server-sent events ([a31de5c](https://github.com/eclipse-thingweb/dart_wot/commit/a31de5ca06890641342b9928f0fdbefe7be2bec9))
14+
815
## [0.35.2] - 2024-11-04
916

1017
### Added
@@ -1129,6 +1136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11291136

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

1139+
[0.35.3]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.2..v0.35.3
11321140
[0.35.2]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.1..v0.35.2
11331141
[0.35.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.0..v0.35.1
11341142
[0.35.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.34.2..v0.35.0

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.2
3+
version: 0.35.3
44
homepage: https://github.com/eclipse-thingweb/dart_wot
55

66
environment:

0 commit comments

Comments
 (0)