Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.2](https://github.com/devopsarr/sonarr-rs/compare/v0.1.1...v0.1.2) (2026-01-07)


### Bug Fixes

* **deps:** update dependency sonarr/sonarr to v4.0.16.2944 ([125a4ae](https://github.com/devopsarr/sonarr-rs/commit/125a4ae856fa32054513cf7fe0efbcec8e0c3e6b))
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.17.0 ([836727f](https://github.com/devopsarr/sonarr-rs/commit/836727f8b6da642a44dd73b0d39140b1a8856ab2))
* **deps:** update openapitools/openapi-generator-cli docker tag to v7.18.0 ([cfe732f](https://github.com/devopsarr/sonarr-rs/commit/cfe732f1fe48de1fd2d9d72d224f0a95f1861136))

## [0.1.1](https://github.com/devopsarr/sonarr-rs/compare/v0.1.0...v0.1.1) (2025-09-02)


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 = "sonarr"
version = "0.1.1" # x-release-please-version
version = "0.1.2" # x-release-please-version
authors = ["OpenAPI Generator team and contributors"]
description = "Sonarr API docs - The v3 API docs apply to both v3 and v4 versions of Sonarr. Some functionality may only be available in v4 of the Sonarr application."
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Sonarr API docs - The v3 API docs apply to both v3 and v4 versions of Sonarr. So
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.

- API version: v4.0.16.2944
- Package version: 0.1.1 <!--- x-release-please-version -->
- Package version: 0.1.2 <!--- x-release-please-version -->
- Generator version: 7.18.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`

Expand Down