From 22be724fca1121fdf5828298be469df8165369d0 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Sat, 27 Jun 2020 22:33:15 -0700 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 7 +++++-- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8b08c..3f44333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # credit -## Unreleased +## 1.0.0 (2020-06-27) -#### Changed +#### Added - New `repo` command that holds the old default behaviour. Use this to analyse projects. @@ -10,6 +10,9 @@ a given token. - New `json` command for generating a full Markdown report for JSON results produced by a previous run of `credit repo --json`. + +#### Changed + - `credit` now uses the GraphQL-based V4 Github API. This has drastically improved performance and uses far less of a user's API quota upon each run. diff --git a/Cargo.toml b/Cargo.toml index c5238a5..e1903d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "credit" -version = "0.2.0" +version = "1.0.0" authors = ["Colin Woodbury "] edition = "2018" description = "A fast tool for measuring Github repository contributions." diff --git a/README.md b/README.md index 37de4b9..b27c2f2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![](https://img.shields.io/crates/v/credit.svg)](https://crates.io/crates/credit) ![AUR version](https://img.shields.io/aur/version/credit-bin) -`credit` - A fast tool for measuring Github repository contributions and the +`credit` is a fast tool for measuring Github repository contributions and the overall health of a project. Use `credit` to find out: