Skip to content

Commit

Permalink
Merge pull request #149 from eclipse-thingweb/next-release
Browse files Browse the repository at this point in the history
chore(release): prepare release 0.30.1
  • Loading branch information
JKRhb authored May 21, 2024
2 parents c8e1e13 + c59915a commit 6ad6c0e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.30.1] - 2024-05-21

### Added

- Add missing codecov token for code coverage determination ([13f6818](https://github.com/eclipse-thingweb/dart_wot/commit/13f68187f039f2437e8b7c4e4ae5176006ef4f92))

### Changed

- Automate release generation ([056ed95](https://github.com/eclipse-thingweb/dart_wot/commit/056ed95f9c69892a5281c8a369dd96424f605683))
- Update instructions for release management ([ecb3c37](https://github.com/eclipse-thingweb/dart_wot/commit/ecb3c37b33a38f7d3d92aac337d9506ba10a5482))
- Use Thingweb bot for release preparation ([96b69c3](https://github.com/eclipse-thingweb/dart_wot/commit/96b69c375750348b9f8cf5e3fc5abed068bdb67a))

## [0.30.0] - 2024-05-19

### Changed
Expand Down Expand Up @@ -963,6 +975,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.30.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.30.0..v0.30.1
[0.30.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.29.0..v0.30.0
[0.29.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.28.4..v0.29.0
[0.28.4]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.28.3..v0.28.4
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.30.0
version: 0.30.1
homepage: https://github.com/eclipse-thingweb/dart_wot

environment:
Expand Down

0 comments on commit 6ad6c0e

Please sign in to comment.