Skip to content

Commit c295ea7

Browse files
committed
chore: bump version to 0.26.0
1 parent de6855e commit c295ea7

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
@@ -1,3 +1,14 @@
1+
## 0.26.0
2+
3+
- chore: address linting issues
4+
- refactor: decouple credentials and security scheme classes
5+
- feat!(security_scheme): use Uri instead of String for proxy field
6+
- feat: add ComboSecurityScheme
7+
- refactor!: rework deserialization of security schemes
8+
- feat(scripting_api): make InteractionOptions immutable
9+
- style: use const constructor in complex_example
10+
- feat: update JSON Schema definition to latest version
11+
112
## 0.25.1
213

314
- fix: mark package as compatible with Dart 3.x.x

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.25.1
3+
version: 0.26.0
44
homepage: https://github.com/namib-project/dart_wot
55

66
environment:

0 commit comments

Comments
 (0)