Skip to content

Commit

Permalink
chore(release): set Cargo.toml to 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-06-04)

### Bug Fixes

* **tray:** perform clean shutdown on exit ([df5bbbc](df5bbbc))

### Features

* **pishock:** add dynamic intensity cap ([700a70a](700a70a))
  • Loading branch information
semantic-release-bot committed Jun 4, 2023
1 parent 5aa9bb5 commit 5f6f878
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit 5f6f878

Please sign in to comment.