Skip to content

Commit

Permalink
chore: Release url-collector version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Dec 26, 2023
1 parent ce30597 commit 410b932
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Change Log
# Changelog

## [0.10.0] - 2023-12-22
All notable changes to this project will be documented in this file.

### Features
## [0.10.1] - 2023-12-26

- Initial release
[ab42af5](ab42af5e74bb2bc8c7fdbf0cc415202ed06d064a)...[ce30597](ce3059761bed94806d6698167566d013a65f3553)

### Documentation

- Update readme and changelog ([4970a60](4970a60ec9731cf218eb6608b2f106dd18e93d2d))
- Rewrite changelog ([8898bb3](8898bb3509b52cfb07e5df0daa49fcc232d925e7))
- Introduce cliffy ([ccf2d22](ccf2d22d6e7cac935bab3053b2278b33f397f51b))
- Introduce cargo-release ([ce30597](ce3059761bed94806d6698167566d013a65f3553))

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "url-collector"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# url collector (Current release: 0.10.0)
# url collector (Current release: 0.10.1)

a small cli utility that collects all urls from one (hierarchical) sitemap and offers a random selection of all urls. You can use JSON or YAML as output format

Expand Down

0 comments on commit 410b932

Please sign in to comment.