Skip to content

Commit

Permalink
breaking: switch to reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
timmarinin committed Aug 1, 2021
1 parent f83fdc5 commit 2edc948
Show file tree
Hide file tree
Showing 14 changed files with 321 additions and 969 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# webmention changelog

# 0.3.0

- switched from `surf` to `reqwest`
- switched from `async_std` to `tokio` and tried to make it minimal
- added success reporting in cli
- used `tokio_test` for testing

# 0.2.0

- default-features no longer include `cli` to help with library usage
Expand Down

0 comments on commit 2edc948

Please sign in to comment.