-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from devopsarr/release-please--branches--main
chore(main): release 1.0.0
- Loading branch information
Showing
6 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
|
||
## [1.0.0](https://github.com/devopsarr/overseerr-py/compare/v0.0.0...v1.0.0) (2024-02-15) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* **devopsarr/prowlarr-py#39:** update sdk generator to use pydantic 2.x | ||
|
||
### Features | ||
|
||
* **#228:** add overseerr ([342f2a1](https://github.com/devopsarr/overseerr-py/commit/342f2a1246efa9e67bf9b81d64e27b80e4ddfc04)) | ||
* **devopsarr/prowlarr-py#39:** update sdk generator to use pydantic 2.x ([e1b76b6](https://github.com/devopsarr/overseerr-py/commit/e1b76b6125f1f0c7e85db4e83828f19e601e78a0)) | ||
* inject api version into readme ([cdc45c8](https://github.com/devopsarr/overseerr-py/commit/cdc45c8582281b247a7628b70dbee74051d59dec)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* keep only first tag and new class input type ([7e5eb61](https://github.com/devopsarr/overseerr-py/commit/7e5eb610d8ff951342ad35427f4fe075204d41a8)) | ||
* **python:** wrong release versioning on configuration.py ([bc94a07](https://github.com/devopsarr/overseerr-py/commit/bc94a07d4235d387f79488b0f1dd38d6e0f43fbf)) | ||
* release please commented lines ([7fe9a21](https://github.com/devopsarr/overseerr-py/commit/7fe9a21b23d42bd150b0773d3b1abbdf5c4c57e7)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "overseerr" | ||
version = "0.0.0" # x-release-please-version | ||
version = "1.0.0" # x-release-please-version | ||
description = "Overseerr API" | ||
authors = ["OpenAPI Generator Community <[email protected]>"] | ||
license = "NoLicense" | ||
|