Skip to content

Commit 8d75646

Browse files
authored
Merge pull request #164 from DirectMyFile/prep_5.2.0
Preparing for the 5.2.0 release
2 parents 3088b73 + 4328c21 commit 8d75646

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## v5.1.0
27

38
- `Repository`: added `updatedAt` and `license` fields.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: github
2-
version: 5.1.0
2+
version: 5.2.0
33
author: Kenneth Endfinger <[email protected]>
4-
description: GitHub API Client Library
4+
description: A high-level GitHub API Client Library that uses Github's v3 API
55
homepage: https://github.com/DirectMyFile/github.dart
66

77
environment:

0 commit comments

Comments
 (0)