Skip to content

Commit

Permalink
chore(version): bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjoehnk committed Sep 27, 2022
1 parent 560b396 commit 5c767fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 5c767fd

Please sign in to comment.