From 7d8e25b1ad65260339dcd783204cfdd7870906f8 Mon Sep 17 00:00:00 2001 From: "Arik Jones (aider)" Date: Sun, 22 Sep 2024 18:20:25 -0500 Subject: [PATCH] docs: Add CHANGELOG.md with v0.0.3 release notes --- docs/CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..e303ae5 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.0.3] - 2024-09-22 + +### Added +- Implemented web scraping functionality using Playwright +- Added support for CSS selectors to extract specific content +- Introduced rate limiting for web requests +- Created configuration options for scraping settings + +### Changed +- Improved error handling and logging throughout the application +- Enhanced URL parsing and validation + +### Fixed +- Resolved issues with concurrent scraping operations