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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "eerr-v0.2.0"
".": "0.2.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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 = "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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <!--- x-release-please-version -->
- Package version: eerr-v0.2.1 <!--- x-release-please-version -->
- Generator version: 7.23.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`

Expand Down