From 9d98393606eb4e8f043c219e6be60d0a552e0219 Mon Sep 17 00:00:00 2001 From: unclecode Date: Mon, 8 Jul 2024 16:30:14 +0800 Subject: [PATCH] Prepare branch for release 0.2.74 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- docs/md/changelog.md | 8 ++++++++ docs/md/index.md | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90722b04..3db7d01b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.2.74] - 2024-07-08 +A slew of exciting updates to improve the crawler's stability and robustness! ๐ŸŽ‰ + +- ๐Ÿ’ป **UTF encoding fix**: Resolved the Windows \"charmap\" error by adding UTF encoding. +- ๐Ÿ›ก๏ธ **Error handling**: Implemented MaxRetryError exception handling in LocalSeleniumCrawlerStrategy. +- ๐Ÿงน **Input sanitization**: Improved input sanitization and handled encoding issues in LLMExtractionStrategy. +- ๐Ÿšฎ **Database cleanup**: Removed existing database file and initialized a new one. + + ## [v0.2.73] - 2024-07-03 ๐Ÿ’ก In this release, we've bumped the version to v0.2.73 and refreshed our documentation to ensure you have the best experience with our project. diff --git a/README.md b/README.md index cf4e4760..a2e784b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Crawl4AI v0.2.73 ๐Ÿ•ท๏ธ๐Ÿค– +# Crawl4AI v0.2.74 ๐Ÿ•ท๏ธ๐Ÿค– [![GitHub Stars](https://img.shields.io/github/stars/unclecode/crawl4ai?style=social)](https://github.com/unclecode/crawl4ai/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/unclecode/crawl4ai?style=social)](https://github.com/unclecode/crawl4ai/network/members) diff --git a/docs/md/changelog.md b/docs/md/changelog.md index 3796d309..b0eb7c0d 100644 --- a/docs/md/changelog.md +++ b/docs/md/changelog.md @@ -1,5 +1,13 @@ # Changelog +## v0.2.74 - 2024-07-08 +A slew of exciting updates to improve the crawler's stability and robustness! ๐ŸŽ‰ + +- ๐Ÿ’ป **UTF encoding fix**: Resolved the Windows \"charmap\" error by adding UTF encoding. +- ๐Ÿ›ก๏ธ **Error handling**: Implemented MaxRetryError exception handling in LocalSeleniumCrawlerStrategy. +- ๐Ÿงน **Input sanitization**: Improved input sanitization and handled encoding issues in LLMExtractionStrategy. +- ๐Ÿšฎ **Database cleanup**: Removed existing database file and initialized a new one. + ## [v0.2.73] - 2024-07-03 ๐Ÿ’ก In this release, we've bumped the version to v0.2.73 and refreshed our documentation to ensure you have the best experience with our project. diff --git a/docs/md/index.md b/docs/md/index.md index b08fdd12..b483234f 100644 --- a/docs/md/index.md +++ b/docs/md/index.md @@ -1,4 +1,4 @@ -# Crawl4AI v0.2.73 +# Crawl4AI v0.2.74 Welcome to the official documentation for Crawl4AI! ๐Ÿ•ท๏ธ๐Ÿค– Crawl4AI is an open-source Python library designed to simplify web crawling and extract useful information from web pages. This documentation will guide you through the features, usage, and customization of Crawl4AI.