From 4c7ab571baa08d65a591fd1c21e70f6119081411 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Mon, 10 Aug 2020 15:58:27 -0700 Subject: [PATCH] 1.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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."