From ec0b6decf9e071adaf47bcffc3d205f84d5b7bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20L=C3=B6vegren?= Date: Thu, 15 Feb 2024 15:29:47 +0200 Subject: [PATCH] chore(main): release 0.9.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcee7908..811a3007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.1](https://github.com/FruitieX/homectl-server/compare/v0.9.0...v0.9.1) (2024-02-15) + + +### Features + +* use device name in logs ([9576765](https://github.com/FruitieX/homectl-server/commit/95767650fcd9dfea617517ce0e40839703762666)) + + +### Miscellaneous Chores + +* release 0.9.1 ([557051f](https://github.com/FruitieX/homectl-server/commit/557051f53a0adc8096a9e79befc39470df94449d)) + ## [0.9.0](https://github.com/FruitieX/homectl-server/compare/v0.8.0...v0.9.0) (2024-02-15) diff --git a/Cargo.lock b/Cargo.lock index aab84ca8..fb5836f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "homectl-server" -version = "0.9.0" +version = "0.9.1" dependencies = [ "async-trait", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 98fd2a68..91563d2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "homectl-server" -version = "0.9.0" +version = "0.9.1" authors = ["Rasmus Lövegren "] edition = "2021" default-run = "homectl-server"