Skip to content

Commit a7d17a9

Browse files
authored
Merge pull request #212 from eclipse-thingweb/next-release
chore(release): prepare release 0.37.0
2 parents 4f3521b + 0d7414b commit a7d17a9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

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

1185+
[0.37.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.36.2..v0.37.0
11741186
[0.36.2]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.36.1..v0.36.2
11751187
[0.36.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.36.0..v0.36.1
11761188
[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)