From 5f6f878a09b80022a74a63455e40f29c13314493 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 4 Jun 2023 15:29:22 +0000 Subject: [PATCH] chore(release): set `Cargo.toml` to 1.1.0 [skip ci] # [1.1.0](https://github.com/DASPRiD/vrc-osc-manager/compare/v1.0.0...v1.1.0) (2023-06-04) ### Bug Fixes * **tray:** perform clean shutdown on exit ([df5bbbc](https://github.com/DASPRiD/vrc-osc-manager/commit/df5bbbc3669fa79149b4b2c3dff02ca3e45e0a4f)) ### Features * **pishock:** add dynamic intensity cap ([700a70a](https://github.com/DASPRiD/vrc-osc-manager/commit/700a70a160c55059b241f72948c3fc8112ea362a)) --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae637e1..08b9d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.1.0](https://github.com/DASPRiD/vrc-osc-manager/compare/v1.0.0...v1.1.0) (2023-06-04) + + +### Bug Fixes + +* **tray:** perform clean shutdown on exit ([df5bbbc](https://github.com/DASPRiD/vrc-osc-manager/commit/df5bbbc3669fa79149b4b2c3dff02ca3e45e0a4f)) + + +### Features + +* **pishock:** add dynamic intensity cap ([700a70a](https://github.com/DASPRiD/vrc-osc-manager/commit/700a70a160c55059b241f72948c3fc8112ea362a)) + # 1.0.0 (2023-05-21) diff --git a/Cargo.toml b/Cargo.toml index b5904a0..6884eca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vrc-osc-manager" description = "OSC client for managing VRChat accessories" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Ben Scholzen (DASPRiD) "] readme = "README.md"