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 410a127 + 6619603 commit 447c621Copy full SHA for 447c621
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v5.0.1
2
+ - Fixed a runtime exception (https://github.com/DirectMyFile/github.dart/issues/139)
3
+ - Added an optional `base` argument when editing a PR (https://github.com/DirectMyFile/github.dart/pull/145)
4
+
5
## v5.0.0
6
7
- **BREAKING** `RepositoriesService.listCollaborators` now returns
pubspec.yaml
@@ -1,5 +1,5 @@
name: github
-version: 5.0.0
+version: 5.0.1
author: Kenneth Endfinger <[email protected]>
description: GitHub API Client Library
homepage: https://github.com/DirectMyFile/github.dart
0 commit comments