Skip to content

Commit

Permalink
Merge pull request #558 from andrey-yantsen/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--plex-api
  • Loading branch information
andrey-yantsen committed Jun 2, 2023
2 parents 5e4668d + e9a15db commit 65ddb1b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions crates/plex-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.0.11](https://github.com/andrey-yantsen/plex-api.rs/compare/plex-api-v0.0.10...plex-api-v0.0.11) (2023-06-02)


### ⚠ BREAKING CHANGES

* `Profile#default_subtitle_accessibility` is now an `Enum` `Profile#default_subtitle_forced` is now an `Enum`.

### Bug Fixes

* Profile de-serialization when using new subtitle setting options ([45bab7a](https://github.com/andrey-yantsen/plex-api.rs/commit/45bab7a25f46e9919c5f370f70e5abcd2f692c4d))


### Miscellaneous

* update Feature enum ([106150d](https://github.com/andrey-yantsen/plex-api.rs/commit/106150d4062e49c7589965118dc36c556f7a4ae2))
* update Feature enum ([7f2e9f2](https://github.com/andrey-yantsen/plex-api.rs/commit/7f2e9f2f0770e6cf1a0a28883973f9b0e01da785))

## [0.0.10](https://github.com/andrey-yantsen/plex-api.rs/compare/plex-api-v0.0.9...plex-api-v0.0.10) (2023-05-19)


Expand Down
2 changes: 1 addition & 1 deletion crates/plex-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plex-api"
version = "0.0.10"
version = "0.0.11"
authors = ["Andrey Yantsen <andrey@janzen.su>"]
categories = ["api-bindings"]
edition = "2021"
Expand Down

0 comments on commit 65ddb1b

Please sign in to comment.