- Bump version to 0.7.0 - Add release notes and demo files - Update README with v0.7.0 features - Update Docker configurations for v0.7.0-r1 - Move v0.7.0 demo files to releases_review - Fix BM25 scoring bug in URLSeeder Major features: - Adaptive Crawling with pattern learning - Virtual Scroll support for infinite pages - Link Preview with 3-layer scoring - Async URL Seeder for massive discovery - Performance optimizations
9 lines
195 B
Python
9 lines
195 B
Python
# crawl4ai/__version__.py
|
|
|
|
# This is the version that will be used for stable releases
|
|
__version__ = "0.7.0"
|
|
|
|
# For nightly builds, this gets set during build process
|
|
__nightly_version__ = None
|
|
|