From 8241f89b9024ac7eceb0c1404d24ecb1d305cd30 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 17 May 2024 10:32:05 +0200 Subject: [PATCH] chore: prepare release 0.28.1 --- CHANGELOG.md | 14 ++------------ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ffc264..41e964f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,7 @@ 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). -## [Unreleased] - -### Added +## [0.28.1] - 2024-05-17 ### Changed @@ -15,14 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Adjusted the main example to also use HTTP and CoAP observe ([#101](https://github.com/eclipse-thingweb/dart_wot/pull/101)) - Adjusted the link to the initial release in the changelog ([#119](https://github.com/eclipse-thingweb/dart_wot/pull/119)) -### Deprecated - -### Removed - -### Fixed - -### Security - ## [0.28.0] - 2024-04-28 ### Added @@ -494,7 +484,7 @@ JSON-LD. - Initial version. -[Unreleased]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.28.0...HEAD +[0.28.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.28.0...v0.28.1 [0.28.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.27.1...v0.28.0 [0.27.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.27.0...v0.27.1 [0.27.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.26.0...v0.27.0 diff --git a/pubspec.yaml b/pubspec.yaml index 63f47116..8540bc0f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.28.0 +version: 0.28.1 homepage: https://github.com/eclipse-thingweb/dart_wot environment: