Skip to content

Commit e372509

Browse files
chore(release): prepare release 0.37.0
Signed-off-by: eclipse-thingweb-bot <[email protected]>
1 parent 2e4e5c1 commit e372509

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.37.0] - 2025-01-27
9+
10+
### Changed
11+
12+
- Do not expose the TD ID via AugmentedForms ([4471213](https://github.com/eclipse-thingweb/dart_wot/commit/4471213d31c6d0d1945e7fe9f1c5c214267a128b))
13+
14+
### Removed
15+
16+
- Remove unnecessary library names (#211) ([fdc099a](https://github.com/eclipse-thingweb/dart_wot/commit/fdc099af90e6559cf0c77a336660b70712e8f2bf))
17+
818
## [0.36.2] - 2024-12-13
919

1020
### Added
@@ -1171,6 +1181,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11711181

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

1184+
[0.37.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.36.2..v0.37.0
11741185
[0.36.2]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.36.1..v0.36.2
11751186
[0.36.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.36.0..v0.36.1
11761187
[0.36.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.3..v0.36.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.36.2
3+
version: 0.37.0
44
homepage: https://github.com/eclipse-thingweb/dart_wot
55

66
environment:

0 commit comments

Comments
 (0)