From aae28fcc23b1967141e6625264458522f9e20427 Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Tue, 6 Oct 2020 20:04:11 -0600 Subject: [PATCH] Prep for 7.0.3 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44636eb3..83c9d988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 7.0.3 + - Export `languageColors` as part of the library. This is the map of github languages to their colors https://github.com/SpinlockLabs/github.dart/pull/232 + ## 7.0.2 - https://github.com/SpinlockLabs/github.dart/pull/231 diff --git a/pubspec.yaml b/pubspec.yaml index 0ca8f0d0..e070bcf8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: github -version: 7.0.2 +version: 7.0.3 description: A high-level GitHub API Client Library that uses Github's v3 API homepage: https://github.com/SpinlockLabs/github.dart