Skip to content

Commit

Permalink
chore(release): set Cargo.toml to 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.0...v3.0.0) (2024-10-26)

### Bug Fixes

* **windows:** use concrete types in platform ([815c9a3](815c9a3))

### Features

* rewrite application with UI support ([0b00a98](0b00a98))

### BREAKING CHANGES

* Old configs will not work anymore after this.
  • Loading branch information
semantic-release-bot committed Oct 26, 2024
1 parent 3197bab commit 88763ab
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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,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) <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 88763ab

Please sign in to comment.