From 610d9a4241feadf664673ef5652cd2a823c954b7 Mon Sep 17 00:00:00 2001 From: "devopsarr[bot]" <127950054+devopsarr[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 20:30:41 +0000 Subject: [PATCH] chore(main): release seerr 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf68da9..084d283 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "eerr-v0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d86529..ee82abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/devopsarr/seerr-rs/compare/seerr-v0.2.0...seerr-v0.2.1) (2026-06-16) + + +### Bug Fixes + +* add .goreleaser.yml template and update Makefile for Go release ([cb91893](https://github.com/devopsarr/seerr-rs/commit/cb91893bf8efdc089e05707cceeb321e1ec76512)) +* add .goreleaser.yml template and update Makefile for Go release ([57c5114](https://github.com/devopsarr/seerr-rs/commit/57c5114ad9b9d173f05118e55b0482a5f4db5721)) + ## [0.2.0](https://github.com/devopsarr/seerr-rs/compare/seerr-v0.1.0...seerr-v0.2.0) (2026-06-16) diff --git a/Cargo.toml b/Cargo.toml index b24b51e..858690a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seerr" -version = "eerr-0.2.0" +version = "0.2.1" authors = ["OpenAPI Generator team and contributors"] description = "This is the documentation for the Seerr API backend. Two primary authentication methods are supported: - **Cookie Authentication**: A valid sign-in to the `/auth/plex` or `/auth/local` will generate a valid authentication cookie. - **API Key Authentication**: Sign-in is also possible by passing an `X-Api-Key` header along with a valid API Key generated by Seerr. " # Override this license by providing a License Object in the OpenAPI. diff --git a/README.md b/README.md index 68c18e1..54a7df7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Two primary authentication methods are supported: 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: v3.3.0 -- Package version: eerr-v0.2.0 +- Package version: eerr-v0.2.1 - Generator version: 7.23.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen`