Skip to content

Commit 00bca48

Browse files
Bump version to 1.3.0, update CHANGELOG.md
1 parent b5219fa commit 00bca48

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.3.0
4+
5+
Add new filtering options to `search` and `popular`:
6+
7+
- `min_release_year` and `max_release_year` - return titles only with matching release year.
8+
- `object_types` - filter only specific types, such as `SHOW`, or `MOVIE`.
9+
10+
Both are optional and disabled by default.
11+
312
## 1.2.0
413

514
Improve HTTP error handling.

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.2.0"
6+
version = "1.3.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)