Skip to content

Commit

Permalink
Bump up version number to 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Sep 4, 2023
1 parent 1849faf commit bb087cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.11.5] - 2023-09-04

### Changed

- Explicitly unsubscribe from all events when the `events` feature isn't enabled. By default, `obs-websocket` sends all possible events, but those are not needed without the events feature flag in obws.
Expand Down Expand Up @@ -252,7 +254,8 @@ is currently in progress on the `v5-api` branch and the release is expected to b
- Initial release.

<!-- next-url -->
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.11.4...HEAD
[Unreleased]: https://github.com/dnaka91/obws/compare/v0.11.5...HEAD
[0.11.5]: https://github.com/dnaka91/obws/compare/v0.11.4...v0.11.5
[0.11.4]: https://github.com/dnaka91/obws/compare/v0.11.3...v0.11.4
[0.11.3]: https://github.com/dnaka91/obws/compare/v0.11.2...v0.11.3
[0.11.2]: https://github.com/dnaka91/obws/compare/v0.11.1...v0.11.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "obws"
version = "0.11.4"
version = "0.11.5"
authors = ["Dominik Nakamura <[email protected]>"]
edition = "2021"
rust-version = "1.68"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Remote control OBS with the [obs-websocket] plugin from Rust 🦀.

## Usage

Add `obws` to your project with `cargo add [email protected].4` or add it manually to your
Add `obws` to your project with `cargo add [email protected].5` or add it manually to your
`Cargo.toml`:

```toml
[dependencies]
obws = "0.11.4"
obws = "0.11.5"
```

In addition, you will need to use the latest [tokio](https://tokio.rs) runtime to use this library
Expand Down

0 comments on commit bb087cc

Please sign in to comment.