Releases: hasansezertasan/chrome-version
Releases · hasansezertasan/chrome-version
0.3.1
0.3.0
[0.3.0] - 2023-09-30
Changed
README.md
pyproject.toml
- Python Version Support range is changed to
^3.6
from^3.8
.
Added
- Simple CLI Tool to get the Chrome version with zero dependencies.
Removed
- CLI Tool wrapping the module with typer is removed.
- Optional dependency
typer
for CLI Tool is removed.
0.2.0
[0.2.0] - 2023-09-16
Added
- Module itself with poetry.
- CLI Tool wrapping the module with typer.
- Optional dependency
typer
for CLI Tool. - MkDocs for documentation.
- GitHub Actions:
- Generate Documentation.
- Publish to PyPI.
- Dependabot for dependency management.
- Funding options for GitHub Sponsors.
Changed
README.md
to include installation and usage instructions.- Dependencies to fit the project.
0.1.0
[0.1.0] - 2023-09-08
- initial release
Added
- Project Structure
- Hello World CLI Tool.
- Pre Commit Hooks
CHANGELOG.md
README.md
LICENSE