Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsarr[bot] authored Feb 20, 2024
1 parent 1441393 commit f65d7bf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [1.0.0](https://github.com/devopsarr/readarr-py/compare/v1.0.0...v1.0.0) (2024-02-20)


### ⚠ BREAKING CHANGES

* **devopsarr/prowlarr-py#39:** update sdk generator to use pydantic 2.x

### Features

* **devopsarr/prowlarr-py#11:** add request timeout to config ([04646e9](https://github.com/devopsarr/readarr-py/commit/04646e992e0cd9d6444170c9e27d5f42331b3d0f))
* **devopsarr/prowlarr-py#39:** update sdk generator to use pydantic 2.x ([c843093](https://github.com/devopsarr/readarr-py/commit/c84309355d97898483a95480397a683a2d1dc7be))
* first configuration ([47980ec](https://github.com/devopsarr/readarr-py/commit/47980ecac9a2475e556658cd52f8eac427c77152))
* inject api version into readme ([04617a6](https://github.com/devopsarr/readarr-py/commit/04617a6f95db165cde2c5019297eddcd7386ca9e))
* pin openapi version and add version management ([c8aff3c](https://github.com/devopsarr/readarr-py/commit/c8aff3c0460da060712f0c22ad188c60895e1087))
* sdk generation alignment ([ada5e4d](https://github.com/devopsarr/readarr-py/commit/ada5e4d73e85148165f12bd2c638288e621981d9))
* update readarr swagger location ([c65593f](https://github.com/devopsarr/readarr-py/commit/c65593fcdb5e1e2452ea03962648869d9c32c67f))


### Bug Fixes

* **devopsarr/radarr-py#6:** indentation error on config ([c496628](https://github.com/devopsarr/readarr-py/commit/c496628211bed151a8ee8a3f857d7b7ec0d9f027))
* **devopsarr/sonarr-py#6:** remove timespan validator ([d3eae94](https://github.com/devopsarr/readarr-py/commit/d3eae9406fc9452ab92a8db5c1a357c07a308673))
* **python:** wrong release versioning on configuration.py ([9d9aa25](https://github.com/devopsarr/readarr-py/commit/9d9aa25049832d8564afcaaae16e9c62483dba8a))
* release please commented lines ([c0c050d](https://github.com/devopsarr/readarr-py/commit/c0c050def934208468f9d8c927d2df281f941d5c))
* remove middle elements from method name ([88bee52](https://github.com/devopsarr/readarr-py/commit/88bee52cd5274d42e08d3d98c6e7f85430eca446))
* set pydantic version ([c329136](https://github.com/devopsarr/readarr-py/commit/c3291365828914dbcb31fa0771acb25430b18b92))


### Miscellaneous Chores

* release 1.0.0 ([1441393](https://github.com/devopsarr/readarr-py/commit/14413933ac0d8b3e4ef104cd0053e02867d7e279))

## [1.0.0](https://github.com/devopsarr/readarr-py/compare/v0.4.1...v1.0.0) (2024-02-15)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "readarr-py"
VERSION = "0.4.1" # x-release-please-version
VERSION = "1.0.0" # x-release-please-version
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
Expand Down

0 comments on commit f65d7bf

Please sign in to comment.