We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3088b73 + 4328c21 commit 8d75646Copy full SHA for 8d75646
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v5.2.0
2
+ - Add access to labels on Pull Requests https://github.com/DirectMyFile/github.dart/pull/163
3
+ - Adding draft property to PR model https://github.com/DirectMyFile/github.dart/pull/162
4
+ - updateFile request must be a PUT https://github.com/DirectMyFile/github.dart/pull/160
5
+
6
## v5.1.0
7
8
- `Repository`: added `updatedAt` and `license` fields.
pubspec.yaml
@@ -1,7 +1,7 @@
name: github
-version: 5.1.0
+version: 5.2.0
author: Kenneth Endfinger <[email protected]>
-description: GitHub API Client Library
+description: A high-level GitHub API Client Library that uses Github's v3 API
homepage: https://github.com/DirectMyFile/github.dart
environment:
0 commit comments