From 88763ab1e26816d4cd41a93452b159617bd52fa9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Oct 2024 15:36:39 +0000 Subject: [PATCH] chore(release): set `Cargo.toml` to 3.0.0 [skip ci] # [3.0.0](https://github.com/DASPRiD/vrc-osc-manager/compare/v2.2.0...v3.0.0) (2024-10-26) ### Bug Fixes * **windows:** use concrete types in platform ([815c9a3](https://github.com/DASPRiD/vrc-osc-manager/commit/815c9a34f4c603e64505111d6ede9cfe9dddc68c)) ### Features * rewrite application with UI support ([0b00a98](https://github.com/DASPRiD/vrc-osc-manager/commit/0b00a982f6b26fc880b299a4cd8e4f864d72634f)) ### BREAKING CHANGES * Old configs will not work anymore after this. --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa8010..eb9fa8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [3.0.0](https://github.com/DASPRiD/vrc-osc-manager/compare/v2.2.0...v3.0.0) (2024-10-26) + + +### Bug Fixes + +* **windows:** use concrete types in platform ([815c9a3](https://github.com/DASPRiD/vrc-osc-manager/commit/815c9a34f4c603e64505111d6ede9cfe9dddc68c)) + + +### Features + +* rewrite application with UI support ([0b00a98](https://github.com/DASPRiD/vrc-osc-manager/commit/0b00a982f6b26fc880b299a4cd8e4f864d72634f)) + + +### BREAKING CHANGES + +* Old configs will not work anymore after this. + # [2.2.0](https://github.com/DASPRiD/vrc-osc-manager/compare/v2.1.0...v2.2.0) (2023-11-22) diff --git a/Cargo.lock b/Cargo.lock index ae26c6a..904d4db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5630,7 +5630,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vrc-osc-manager" -version = "2.2.0" +version = "3.0.0" dependencies = [ "anyhow", "async-osc", diff --git a/Cargo.toml b/Cargo.toml index f1bc0ef..c27e889 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vrc-osc-manager" description = "OSC client for managing VRChat accessories" -version = "2.2.0" +version = "3.0.0" edition = "2021" authors = ["Ben Scholzen (DASPRiD) "] readme = "README.md"