Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coletdjnz committed Sep 29, 2024
1 parent 0be3886 commit 7868c25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.2.0]

### Changed

- Productionize after upstream PO Token support merged. Minimum yt-dlp version is `2024.09.27`

## [0.1.1]

### Fixed
Expand All @@ -20,6 +26,7 @@
- Improve logging output
- Re-raise `NoSupportingHandlers` error raised within a Provider as a `RequestError`

[unreleased]: https://github.com/coletdjnz/yt-dlp-get-pot/compare/v0.1.1...HEAD
[unreleased]: https://github.com/coletdjnz/yt-dlp-get-pot/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/coletdjnz/yt-dlp-get-pot/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/coletdjnz/yt-dlp-get-pot/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/coletdjnz/yt-dlp-get-pot/compare/v0.0.3...v0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "yt-dlp-get-pot"
version = "0.1.1"
version = "0.2.0"
readme = "README.md"
requires-python = ">=3.8"
license = { file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion yt_dlp_plugins/extractor/getpot.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from yt_dlp.YoutubeDL import YoutubeDL


__version__ = '0.1.1'
__version__ = '0.2.0'
__all__ = ['GetPOTProvider', 'register_provider', 'register_preference', '__version__']


Expand Down

0 comments on commit 7868c25

Please sign in to comment.