Skip to content

Commit

Permalink
Bump v0.1.16 → v0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeh committed Dec 4, 2021
1 parent 4d8f83d commit e1390e0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.1.17

- **Added** feature to make html parsing optional
- **Changed** `reqwest` for `ureq` as HTTP client library

# v0.1.16

- **Added** Shell code completion generation
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aocf"
version = "0.1.16"
version = "0.1.17"
authors = ["Ed Cragg <[email protected]>"]
edition = "2018"
license = "ISC"
Expand Down
4 changes: 2 additions & 2 deletions aocf_cli/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 aocf_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aocf_cli"
version = "0.1.16"
version = "0.1.17"
authors = ["Ed Cragg <[email protected]>"]
edition = "2018"
license = "ISC"
Expand Down

0 comments on commit e1390e0

Please sign in to comment.