From 5970363b85071da9d3b66d7dc4206c0ff690ad1a Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Sun, 14 May 2023 01:29:31 +0200 Subject: [PATCH] chore: bump version to 0.27.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5abbd98..187101c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.27.0 + +- feat!: migrate library to Dart 3 + ## 0.26.0 - chore: address linting issues diff --git a/pubspec.yaml b/pubspec.yaml index a2b352cf..aa770454 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.26.0 +version: 0.27.0 homepage: https://github.com/namib-project/dart_wot environment: