Skip to content

Commit

Permalink
Merge pull request #49 from devopsarr/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.0.0
  • Loading branch information
Fuochi committed Feb 20, 2024
2 parents a8eda56 + df04f29 commit af4661f
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/prowlarr-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

* add ping api and system resource ([7f762a8](https://github.com/devopsarr/prowlarr-py/commit/7f762a8bb799de4e095cad43ec2f38fbc03284c2))
* **devopsarr/prowlarr-py#11:** add request timeout to config ([046bdfb](https://github.com/devopsarr/prowlarr-py/commit/046bdfb56c4862a818edca82812feb5c9aaa68f6))
* **devopsarr/prowlarr-py#39:** update sdk generator to use pydantic 2.x ([11cddcf](https://github.com/devopsarr/prowlarr-py/commit/11cddcfdb32f5e4261f40e4ca80d49cf31845a0c))
* first configuration ([0aee1a0](https://github.com/devopsarr/prowlarr-py/commit/0aee1a0216405053bb371d71f633147feafc5556))
* inject api version into readme ([8800dff](https://github.com/devopsarr/prowlarr-py/commit/8800dffe0707a034d7d49ed8e90b31453a65f8df))
* pin openapi version and add version management ([658c5d6](https://github.com/devopsarr/prowlarr-py/commit/658c5d68b5b516b460c25aaf5a09424972ddb5a4))
* sdk generation alignment ([96923de](https://github.com/devopsarr/prowlarr-py/commit/96923de6f4e2338366051ee41b3f187c33358630))


### Bug Fixes

* **devopsarr/radarr-py#6:** indentation error on config ([4ce24a1](https://github.com/devopsarr/prowlarr-py/commit/4ce24a10beaac9cc5947e680e27d8319051e1e8f))
* **devopsarr/sonarr-py#6:** remove timespan validator ([df1bfcc](https://github.com/devopsarr/prowlarr-py/commit/df1bfcc4a68661856a240d375c66cacc02807e2c))
* **python:** wrong release versioning on configuration.py ([0d38c66](https://github.com/devopsarr/prowlarr-py/commit/0d38c66456f419445b125fe69db22cb1b8ec0533))
* release please commented lines ([86c87c7](https://github.com/devopsarr/prowlarr-py/commit/86c87c732fc56f4c5a9139573bcdf898544080ea))
* remove middle elements from method name ([9499a40](https://github.com/devopsarr/prowlarr-py/commit/9499a40b6376ffe450397f93f3e73b2f4eddb3d4))
* set pydantic version ([908b230](https://github.com/devopsarr/prowlarr-py/commit/908b2304bec9c14bffda872b41b590fc5fbcc71d))


### Miscellaneous Chores

* release 1.0.0 ([a8eda56](https://github.com/devopsarr/prowlarr-py/commit/a8eda56d26c5ae4bb15b034fa39d6072d1a0a948))

## [1.0.0](https://github.com/devopsarr/prowlarr-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 = "prowlarr-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 af4661f

Please sign in to comment.