-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4171dc
commit 31fdcb2
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## 1.0.1 (2024-06-05) | ||
|
||
### Fix | ||
|
||
- trigger automated release flow on main | ||
|
||
## 1.0.0 (2024-06-04) | ||
|
||
### BREAKING CHANGE | ||
|
||
- sitemappy not available in pypi, renamed interface to sitemappy-cli | ||
|
||
### Fix | ||
|
||
- rename sitemappy to sitemappy-cli for publishing | ||
|
||
## 0.2.0 (2024-06-04) | ||
|
||
### Feat | ||
|
||
- print to cmd optional CLI arg | ||
- **crawler.py**: configurable crawling politeness | ||
- **crawler.py**: crawl depth flag for depth of pages to follow | ||
- **main.py**: argument for number of async workers | ||
- concurrent workers and asyncio queue, results output to json file | ||
- **Crawler**: relative url and anchor link handling | ||
- async get requested url response and validation | ||
- output url argument to console | ||
|
||
### Refactor | ||
|
||
- **main.py**: cli tool help text formatting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "pdm.backend" | |
|
||
[project] | ||
name = "sitemappy-cli" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
description = "A Python library for crawling a website and returning a sitemap." | ||
authors = [ | ||
{name = "Daniel Wilton", email = "[email protected]"}, | ||
|