Skip to content

Commit 8c03e6b

Browse files
Bump version to 1.2.0
1 parent 1f89b9a commit 8c03e6b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.2.0
4+
5+
Improve HTTP error handling.
6+
Store HTTP response text in `JustWatchHttpError`, if error is related to the response message.
7+
Otherwise (e.g. general connection, or timeout error) it's `None`.
8+
39
## 1.1.0
410

511
Add `monetization_types` to `OfferPackage`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "simple-justwatch-python-api"
33
authors = [
44
{ name = "Electronic Mango", email = "78230210+Electronic-Mango@users.noreply.github.com" },
55
]
6-
version = "1.1.0"
6+
version = "1.2.0"
77
description = "A simple JustWatch Python API"
88
readme = "README.md"
99
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)