From 5c767fdc6585e3a5259b4f8a3f928928db546fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20J=C3=B6hnk?= Date: Tue, 27 Sep 2022 20:49:07 +0200 Subject: [PATCH] chore(version): bump to 0.3.0 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a657e..d1e8fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# [HEAD](https://github.com/maxjoehnk/desktop2mqtt/compare/v0.2.0...HEAD) (2021-06-06) +# [HEAD](https://github.com/maxjoehnk/desktop2mqtt/compare/v0.3.0...HEAD) (2022-09-27) + +# [v0.3.0](https://github.com/maxjoehnk/desktop2mqtt/compare/v0.2.0...v0.3.0) (2022-09-27) + +### Features + +- **mqtt**: add support for optional username and password auth (#3) ([85b0863](https://github.com/maxjoehnk/desktop2mqtt/commit/85b0863008f74bc03f8e45846c8ea41c2752a439)) +- **custom_commands**: add support for custom commands exposed as buttons to home assistant ([ef79125](https://github.com/maxjoehnk/desktop2mqtt/commit/ef79125de7480592c8dec0e7ab73eddac7c58a2f)) # [v0.2.0](https://github.com/maxjoehnk/desktop2mqtt/compare/v0.1.0...v0.2.0) (2021-06-06) diff --git a/Cargo.toml b/Cargo.toml index ed261fb..cb56567 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "desktop2mqtt" description = "A daemon to integrate any pc into your home automation system." -version = "0.2.0" +version = "0.3.0" authors = ["Max Jöhnk "] edition = "2018" readme = "README.md"