diff --git a/CHANGELOG.md b/CHANGELOG.md index fe336f2..052b333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # credit +## 1.2.1 (2020-08-10) + +#### Changed + +- Swapped `isahc` for `reqwest`, which allows `credit` to be compiled with the + MUSL target and be fully statically linked. + ## 1.2.0 (2020-07-22) #### Added diff --git a/Cargo.toml b/Cargo.toml index 8fcf016..b6cc23b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "credit" -version = "1.2.0" +version = "1.2.1" authors = ["Colin Woodbury "] edition = "2018" description = "A fast tool for measuring Github repository contributions."