From 685706e0aa71313dbe3c9fd8806da89791bef985 Mon Sep 17 00:00:00 2001 From: unclecode Date: Sun, 30 Jun 2024 00:17:43 +0800 Subject: [PATCH] Update version, and change log --- README.md | 2 +- docs/md/changelog.md | 11 +++++++++++ docs/md/index.md | 2 +- setup.py | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b185aef4..b4d2c7c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Crawl4AI v0.2.71 🕷️🤖 +# Crawl4AI v0.2.72 🕷️🤖 [![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 bda83c65..8a2e929e 100644 --- a/docs/md/changelog.md +++ b/docs/md/changelog.md @@ -1,5 +1,16 @@ # Changelog +## [v0.2.72] - 2024-06-30 + +This release brings exciting updates and improvements to our project! 🎉 + +* 📚 **Documentation Updates**: Our documentation has been revamped to reflect the latest changes and additions. +* 🚀 **New Modes in setup.py**: We've added support for three new modes in setup.py: default, torch, and transformers. This enhances the project's flexibility and usability. +* 🐳 **Docker File Updates**: The Docker file has been updated to ensure seamless compatibility with the new modes and improvements. +* 🕷️ **Temporary Solution for Headless Crawling**: We've implemented a temporary solution to overcome issues with crawling websites in headless mode. + +These changes aim to improve the overall user experience, provide more flexibility, and enhance the project's performance. We're thrilled to share these updates with you and look forward to continuing to evolve and improve our project! + ## [0.2.71] - 2024-06-26 **Improved Error Handling and Performance** 🚧 diff --git a/docs/md/index.md b/docs/md/index.md index f9c25a42..21fcdeb0 100644 --- a/docs/md/index.md +++ b/docs/md/index.md @@ -1,4 +1,4 @@ -# Crawl4AI v0.2.71 +# Crawl4AI v0.2.72 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. diff --git a/setup.py b/setup.py index 6faf1d9b..cfbeaddf 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ class CustomInstallCommand(install): setup( name="Crawl4AI", - version="0.2.71", + version="0.2.72", description="🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper", long_description=open("README.md").read(), long_description_content_type="text/markdown",