Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

54 lines (39 loc) · 1.68 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Future features and improvements will be listed here.

0.1.2 - 2024-09-16 [RELEASED]

Changed

  • Updated version number in pyproject.toml to 0.1.2.
  • Improved README.md formatting and content.
  • Enhanced documentation for better clarity and completeness.

Fixed

  • Resolved issues with PyPI badge rendering.
  • Corrected configuration in setup.py for proper README rendering on PyPI.

0.1.1 - 2024-09-15 [RELEASED]

Changed

  • Minor updates to project configuration.
  • Improved error handling and logging.

Fixed

  • Addressed issues with package metadata.

0.1.0 - 2024-09-15 [RELEASED]

Added

  • Initial release of YTubeInsight.
  • analyze_channel function to retrieve video data from YouTube channels.
  • Support for analyzing channels by URL or channel ID.
  • Error handling with custom YTubeInsightError.
  • Basic documentation and README.
  • Published package on PyPI.
  • GitHub Actions workflow for automatic PyPI publishing.

Changed

  • Improved code quality based on pylint suggestions.

Fixed

  • Resolved issues with trailing whitespace and long lines.
  • Addressed pylint warnings in various modules.