diff --git a/CHANGELOG.md b/CHANGELOG.md index e994852..9205c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to Crawl4AI 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.6.0rc1] ‑ 2025‑04‑22 +## [0.6.0] ‑ 2025‑04‑22 ### Added - Browser pooling with page pre‑warming and fine‑grained **geolocation, locale, and timezone** controls diff --git a/README.md b/README.md index 2147ee2..97787b2 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Crawl4AI is the #1 trending GitHub repository, actively maintained by a vibrant community. It delivers blazing-fast, AI-ready web crawling tailored for LLMs, AI agents, and data pipelines. Open source, flexible, and built for real-time performance, Crawl4AI empowers developers with unmatched speed, precision, and deployment ease. -[✨ Check out latest update v0.6.0rc1](#-recent-updates) +[✨ Check out latest update v0.6.0](#-recent-updates) -🎉 **Version 0.6.0rc1 is now available!** This release candidate introduces World-aware Crawling with geolocation and locale settings, Table-to-DataFrame extraction, Browser pooling with pre-warming, Network and console traffic capture, MCP integration for AI tools, and a completely revamped Docker deployment! [Read the release notes →](https://docs.crawl4ai.com/blog) +🎉 **Version 0.6.0 is now available!** This release candidate introduces World-aware Crawling with geolocation and locale settings, Table-to-DataFrame extraction, Browser pooling with pre-warming, Network and console traffic capture, MCP integration for AI tools, and a completely revamped Docker deployment! [Read the release notes →](https://docs.crawl4ai.com/blog)
🤓 My Personal Story @@ -505,7 +505,7 @@ async def test_news_crawl(): ## ✨ Recent Updates -### Version 0.6.0rc1 Release Highlights +### Version 0.6.0 Release Highlights - **🌎 World-aware Crawling**: Set geolocation, language, and timezone for authentic locale-specific content: ```python @@ -575,7 +575,7 @@ async def test_news_crawl(): - **📱 Multi-stage Build System**: Optimized Dockerfile with platform-specific performance enhancements -Read the full details in our [0.6.0rc1 Release Notes](https://docs.crawl4ai.com/blog/releases/0.6.0.html) or check the [CHANGELOG](https://github.com/unclecode/crawl4ai/blob/main/CHANGELOG.md). +Read the full details in our [0.6.0 Release Notes](https://docs.crawl4ai.com/blog/releases/0.6.0.html) or check the [CHANGELOG](https://github.com/unclecode/crawl4ai/blob/main/CHANGELOG.md). ### Previous Version: 0.5.0 Major Release Highlights @@ -606,7 +606,7 @@ We use different suffixes to indicate development stages: - `dev` (0.4.3dev1): Development versions, unstable - `a` (0.4.3a1): Alpha releases, experimental features - `b` (0.4.3b1): Beta releases, feature complete but needs testing -- `rc` (0.4.3rc1): Release candidates, potential final version +- `rc` (0.4.3): Release candidates, potential final version #### Installation - Regular installation (stable version): diff --git a/deploy/docker/README.md b/deploy/docker/README.md index 9e81a81..a0273f9 100644 --- a/deploy/docker/README.md +++ b/deploy/docker/README.md @@ -58,7 +58,7 @@ Pull and run images directly from Docker Hub without building locally. #### 1. Pull the Image -Our latest release candidate is `0.6.0rc1-r1`. Images are built with multi-arch manifests, so Docker automatically pulls the correct version for your system. +Our latest release candidate is `0.6.0-r1`. Images are built with multi-arch manifests, so Docker automatically pulls the correct version for your system. ```bash # Pull the release candidate (recommended for latest features) @@ -124,9 +124,9 @@ docker stop crawl4ai && docker rm crawl4ai #### Docker Hub Versioning Explained * **Image Name:** `unclecode/crawl4ai` -* **Tag Format:** `LIBRARY_VERSION[-SUFFIX]` (e.g., `0.6.0rc1-r1`) +* **Tag Format:** `LIBRARY_VERSION[-SUFFIX]` (e.g., `0.6.0-r1`) * `LIBRARY_VERSION`: The semantic version of the core `crawl4ai` Python library - * `SUFFIX`: Optional tag for release candidates (`rc1`) and revisions (`r1`) + * `SUFFIX`: Optional tag for release candidates (``) and revisions (`r1`) * **`latest` Tag:** Points to the most recent stable version * **Multi-Architecture Support:** All images support both `linux/amd64` and `linux/arm64` architectures through a single tag diff --git a/docs/md_v2/core/docker-deployment.md b/docs/md_v2/core/docker-deployment.md index 2a2f75e..7e239d4 100644 --- a/docs/md_v2/core/docker-deployment.md +++ b/docs/md_v2/core/docker-deployment.md @@ -58,7 +58,7 @@ Pull and run images directly from Docker Hub without building locally. #### 1. Pull the Image -Our latest release candidate is `0.6.0rc1-r2`. Images are built with multi-arch manifests, so Docker automatically pulls the correct version for your system. +Our latest release candidate is `0.6.0-r2`. Images are built with multi-arch manifests, so Docker automatically pulls the correct version for your system. ```bash # Pull the release candidate (recommended for latest features) @@ -124,9 +124,9 @@ docker stop crawl4ai && docker rm crawl4ai #### Docker Hub Versioning Explained * **Image Name:** `unclecode/crawl4ai` -* **Tag Format:** `LIBRARY_VERSION[-SUFFIX]` (e.g., `0.6.0rc1-r2`) +* **Tag Format:** `LIBRARY_VERSION[-SUFFIX]` (e.g., `0.6.0-r2`) * `LIBRARY_VERSION`: The semantic version of the core `crawl4ai` Python library - * `SUFFIX`: Optional tag for release candidates (`rc1`) and revisions (`r1`) + * `SUFFIX`: Optional tag for release candidates (``) and revisions (`r1`) * **`latest` Tag:** Points to the most recent stable version * **Multi-Architecture Support:** All images support both `linux/amd64` and `linux/arm64` architectures through a single tag