# Changelog All notable changes to this project will be documented in this file. ## [Unreleased] - Description of changes that are planned but not yet released. ## [1.0.0] - YYYY-MM-DD ### Added - Initial release of the HTTP Scraping tool with the following features: - Basic functionality to scrape HTML content from specified URLs. - Ability to extract data based on CSS selectors or XPath. - Simple command-line interface (CLI) for ease of use. ### Changed - Improved error handling for invalid URLs and network issues. ### Fixed - Fixed a bug that caused the tool to crash on certain malformed HTML pages.