Skip to content

Commit af4661f

Browse files
authored
Merge pull request #49 from devopsarr/release-please--branches--main
chore(main): release 1.0.0
2 parents a8eda56 + df04f29 commit af4661f

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/devopsarr/prowlarr-py/compare/v1.0.0...v1.0.0) (2024-02-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **devopsarr/prowlarr-py#39:** update sdk generator to use pydantic 2.x
9+
10+
### Features
11+
12+
* add ping api and system resource ([7f762a8](https://github.com/devopsarr/prowlarr-py/commit/7f762a8bb799de4e095cad43ec2f38fbc03284c2))
13+
* **devopsarr/prowlarr-py#11:** add request timeout to config ([046bdfb](https://github.com/devopsarr/prowlarr-py/commit/046bdfb56c4862a818edca82812feb5c9aaa68f6))
14+
* **devopsarr/prowlarr-py#39:** update sdk generator to use pydantic 2.x ([11cddcf](https://github.com/devopsarr/prowlarr-py/commit/11cddcfdb32f5e4261f40e4ca80d49cf31845a0c))
15+
* first configuration ([0aee1a0](https://github.com/devopsarr/prowlarr-py/commit/0aee1a0216405053bb371d71f633147feafc5556))
16+
* inject api version into readme ([8800dff](https://github.com/devopsarr/prowlarr-py/commit/8800dffe0707a034d7d49ed8e90b31453a65f8df))
17+
* pin openapi version and add version management ([658c5d6](https://github.com/devopsarr/prowlarr-py/commit/658c5d68b5b516b460c25aaf5a09424972ddb5a4))
18+
* sdk generation alignment ([96923de](https://github.com/devopsarr/prowlarr-py/commit/96923de6f4e2338366051ee41b3f187c33358630))
19+
20+
21+
### Bug Fixes
22+
23+
* **devopsarr/radarr-py#6:** indentation error on config ([4ce24a1](https://github.com/devopsarr/prowlarr-py/commit/4ce24a10beaac9cc5947e680e27d8319051e1e8f))
24+
* **devopsarr/sonarr-py#6:** remove timespan validator ([df1bfcc](https://github.com/devopsarr/prowlarr-py/commit/df1bfcc4a68661856a240d375c66cacc02807e2c))
25+
* **python:** wrong release versioning on configuration.py ([0d38c66](https://github.com/devopsarr/prowlarr-py/commit/0d38c66456f419445b125fe69db22cb1b8ec0533))
26+
* release please commented lines ([86c87c7](https://github.com/devopsarr/prowlarr-py/commit/86c87c732fc56f4c5a9139573bcdf898544080ea))
27+
* remove middle elements from method name ([9499a40](https://github.com/devopsarr/prowlarr-py/commit/9499a40b6376ffe450397f93f3e73b2f4eddb3d4))
28+
* set pydantic version ([908b230](https://github.com/devopsarr/prowlarr-py/commit/908b2304bec9c14bffda872b41b590fc5fbcc71d))
29+
30+
31+
### Miscellaneous Chores
32+
33+
* release 1.0.0 ([a8eda56](https://github.com/devopsarr/prowlarr-py/commit/a8eda56d26c5ae4bb15b034fa39d6072d1a0a948))
34+
335
## [1.0.0](https://github.com/devopsarr/prowlarr-py/compare/v0.4.1...v1.0.0) (2024-02-15)
436

537

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# prerequisite: setuptools
2222
# http://pypi.python.org/pypi/setuptools
2323
NAME = "prowlarr-py"
24-
VERSION = "0.4.1" # x-release-please-version
24+
VERSION = "1.0.0" # x-release-please-version
2525
PYTHON_REQUIRES = ">=3.7"
2626
REQUIRES = [
2727
"urllib3 >= 1.25.3, < 2.1.0",

0 commit comments

Comments
 (0)