Skip to content

Commit

Permalink
chore(release): set Cargo.toml to 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2023-09-23)

### Features

* **log:** use line limit instead of hourly limit ([51c575f](51c575f))
* **pishock:** allow configuring multiple codes ([16d0d22](16d0d22))
  • Loading branch information
semantic-release-bot committed Sep 23, 2023
1 parent c0ace3c commit 2018fd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.1.0](https://github.com/DASPRiD/vrc-osc-manager/compare/v2.0.0...v2.1.0) (2023-09-23)


### Features

* **log:** use line limit instead of hourly limit ([51c575f](https://github.com/DASPRiD/vrc-osc-manager/commit/51c575f5ca834f8fad46b3a2fd71feedbf418ce5))
* **pishock:** allow configuring multiple codes ([16d0d22](https://github.com/DASPRiD/vrc-osc-manager/commit/16d0d22bb0cb0a4383312facbb34ed8637878934))

# [2.0.0](https://github.com/DASPRiD/vrc-osc-manager/compare/v1.1.2...v2.0.0) (2023-08-27)


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.0.0"
version = "2.1.0"
edition = "2021"
authors = ["Ben Scholzen (DASPRiD) <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2018fd5

Please sign in to comment.