Skip to content

Commit

Permalink
chore(main): release 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FruitieX committed Jul 30, 2024
1 parent 3cc8799 commit f3582f0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.9.6](https://github.com/FruitieX/homectl-server/compare/v0.9.5...v0.9.6) (2024-07-30)


### Bug Fixes

* **deps:** update rust crate croner to v2.0.5 ([f7dc53d](https://github.com/FruitieX/homectl-server/commit/f7dc53db8e6a99da44f6e144c94484d9e6e7ba9d))
* **deps:** update rust crate ordered-float to v4.2.2 ([181105a](https://github.com/FruitieX/homectl-server/commit/181105a9de4f8b88e74f51c1d0b5fed8c1771510))
* **deps:** update rust crate serde_json to v1.0.121 ([647c5f5](https://github.com/FruitieX/homectl-server/commit/647c5f53c436b6fc0399f48bcac1bdb47c83a812))
* **deps:** update rust crate tokio to v1.39.0 ([53ba473](https://github.com/FruitieX/homectl-server/commit/53ba473eef5e58e73db75f1ad10518bdf6cd0db7))
* **deps:** update rust crate tokio to v1.39.1 ([2c0a46e](https://github.com/FruitieX/homectl-server/commit/2c0a46e676cdbd862da77c0cb9be354797d736dc))
* **deps:** update rust crate tokio to v1.39.2 ([9a62cfb](https://github.com/FruitieX/homectl-server/commit/9a62cfb48ca55c82addeede5b7f551efb7ebd1f0))
* **deps:** update rust crate toml to v0.8.16 ([89d033f](https://github.com/FruitieX/homectl-server/commit/89d033f960611c07396853f4406845bf517da91a))
* **deps:** update rust crate toml to v0.8.17 ([3cc8799](https://github.com/FruitieX/homectl-server/commit/3cc87996f79ce714884e6f0e46bea643dc673c93))

## [0.9.5](https://github.com/FruitieX/homectl-server/compare/v0.9.4...v0.9.5) (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "homectl-server"
version = "0.9.5"
version = "0.9.6"
authors = ["Rasmus Lövegren <[email protected]>"]
edition = "2021"
default-run = "homectl-server"
Expand Down

0 comments on commit f3582f0

Please sign in to comment.