Skip to content

Commit

Permalink
chore: Fix typos and update .gitignore
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
unclecode committed Jul 19, 2024
1 parent f5a4e80 commit 7715623
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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
A slew of exciting updates to improve the crawler's stability and robustness! πŸŽ‰

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Crawl4AI v0.2.74 πŸ•·οΈπŸ€–
# Crawl4AI v0.2.75 πŸ•·οΈπŸ€–

[![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)
Expand Down
10 changes: 10 additions & 0 deletions docs/md/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 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
A slew of exciting updates to improve the crawler's stability and robustness! πŸŽ‰

Expand Down
2 changes: 1 addition & 1 deletion docs/md/index.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 7715623

Please sign in to comment.