Skip to content

Commit

Permalink
chore(release): prepare release 0.34.0
Browse files Browse the repository at this point in the history
Signed-off-by: eclipse-thingweb-bot <[email protected]>
  • Loading branch information
eclipse-thingweb-bot committed Jun 2, 2024
1 parent 39ccee8 commit 2984863
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.34.0] - 2024-06-02

### Changed

- Use FormatException instead of custom ValidationException ([f7ee480](https://github.com/eclipse-thingweb/dart_wot/commit/f7ee480107889156e9eff8705b64c261decebfab))

### Fixed

- Fix error in DartWotException documentation ([4d47ee5](https://github.com/eclipse-thingweb/dart_wot/commit/4d47ee55b222346f27770b5bb5c4b5bc15dfe46e))

## [0.33.0] - 2024-05-29

### Changed
Expand Down Expand Up @@ -1051,6 +1061,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.34.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.33.0..v0.34.0
[0.33.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.32.1..v0.33.0
[0.32.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.32.0..v0.32.1
[0.32.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.31.1..v0.32.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.33.0
version: 0.34.0
homepage: https://github.com/eclipse-thingweb/dart_wot

environment:
Expand Down

0 comments on commit 2984863

Please sign in to comment.