Skip to content

Commit

Permalink
bump: version 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2024
1 parent d4171dc commit 31fdcb2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"},
Expand Down

0 comments on commit 31fdcb2

Please sign in to comment.