* Expand the support for parsing static URLs, e.g. `https://photos12.flickr.com/16159487_3a6615a565_b.jpg`
1.5.0
* Add support for parsing static URLs, e.g. `https://live.staticflickr.com/65535/53381630964_63d765ee92_s.jpg`
1.4.0
* Drop support for Python 3.7 to Python 3.11; this library now requires Python 3.12.
1.3.0
* Add support for pagination. All collection URLs (albums, users, groups, galleries and tags) now include a `page` parameter that tells you what page you've navigated to in the Flickr UI.
1.2.4
* Explicitly export the `ParseResult` type.
1.2.3
* Actually make the type hints available by adding the `py.typed` file.