Skip to content

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
acfoltzer committed May 27, 2020
1 parent 98d84e2 commit 4866111
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Changed

- ([#5](https://github.com/acfoltzer/cargo-fund/pull/5)) Look for the Github API token in the `CARGO_FUND_GITHUB_API_TOKEN` environment variable rather than `GITHUB_API_TOKEN` in order to better support privilege separation.
- ([#5](https://github.com/acfoltzer/cargo-fund/pull/5)) The program now looks for the Github API token in the `CARGO_FUND_GITHUB_API_TOKEN` environment variable rather than `GITHUB_API_TOKEN` in order to better support privilege separation.
- ([#6](https://github.com/acfoltzer/cargo-fund/pull/6)) Increased timeout on HTTP client operations to 60 seconds.

# 0.1.0

Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,18 @@ Currently, Github is the only source of funding information, but please open an
any other structured sources of funding information.

[funding-yml]: https://help.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository

#### License

<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>

<br>

<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.
</sub>

0 comments on commit 4866111

Please sign in to comment.