chore: Fix typos and update .gitignore
These changes fix typos in `chunking_strategy.py` and `crawler_strategy.py` to improve code readability. Additionally, the `.test_pads/` directory is removed from the `.gitignore` file to keep the repository clean and organized.
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v0.2.75] - 2024-07-19
|
||||||
|
|
||||||
|
Minor improvements for a more maintainable codebase:
|
||||||
|
|
||||||
|
- 🔄 Fixed typos in `chunking_strategy.py` and `crawler_strategy.py` to improve code readability
|
||||||
|
- 🔄 Removed `.test_pads/` directory from `.gitignore` to keep our repository clean and organized
|
||||||
|
|
||||||
|
These changes may seem small, but they contribute to a more stable and sustainable codebase. By fixing typos and updating our `.gitignore` settings, we're ensuring that our code is easier to maintain and scale in the long run.
|
||||||
|
|
||||||
## [v0.2.74] - 2024-07-08
|
## [v0.2.74] - 2024-07-08
|
||||||
A slew of exciting updates to improve the crawler's stability and robustness! 🎉
|
A slew of exciting updates to improve the crawler's stability and robustness! 🎉
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Crawl4AI v0.2.74 🕷️🤖
|
# Crawl4AI v0.2.75 🕷️🤖
|
||||||
|
|
||||||
[](https://github.com/unclecode/crawl4ai/stargazers)
|
[](https://github.com/unclecode/crawl4ai/stargazers)
|
||||||
[](https://github.com/unclecode/crawl4ai/network/members)
|
[](https://github.com/unclecode/crawl4ai/network/members)
|
||||||
|
|||||||
@@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v0.2.75] - 2024-07-19
|
||||||
|
|
||||||
|
Minor improvements for a more maintainable codebase:
|
||||||
|
|
||||||
|
- 🔄 Fixed typos in `chunking_strategy.py` and `crawler_strategy.py` to improve code readability
|
||||||
|
- 🔄 Removed `.test_pads/` directory from `.gitignore` to keep our repository clean and organized
|
||||||
|
|
||||||
|
These changes may seem small, but they contribute to a more stable and sustainable codebase. By fixing typos and updating our `.gitignore` settings, we're ensuring that our code is easier to maintain and scale in the long run.
|
||||||
|
|
||||||
|
|
||||||
## v0.2.74 - 2024-07-08
|
## v0.2.74 - 2024-07-08
|
||||||
A slew of exciting updates to improve the crawler's stability and robustness! 🎉
|
A slew of exciting updates to improve the crawler's stability and robustness! 🎉
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Crawl4AI v0.2.74
|
# Crawl4AI v0.2.75
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user