···7788## [Unreleased]
991010+## [0.2.0] - 2025-11-24
1111+1212+### Added
1313+1414+- Option to obtain list of most popular streams.
1515+- Filter by language the list of streams.
1616+1717+### Fixed
1818+1919+- Early detection of missing environment variables.
2020+2121+## [0.1.0] - 2025-11-23
2222+1023### Added
11241225- Complete OAuth flow implemented using asynchronous http server.
+1-1
src/purple/__init__.py
···11"""purple-cli main package."""
2233-__version__ = "0.1.0"
33+__version__ = "0.2.0"