Skip to content

Commit 68fa5a5

Browse files
committed
Updating module to 0.7.0
1 parent a22739e commit 68fa5a5

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# PowerShellForGitHub PowerShell Module
22
## Changelog
33

4+
[0.7.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.7.0) - (2019/03/15)
5+
### Fixes:
6+
* Modified all [int] parameters to be [int64] to avoid out of bounds issues with large ID's.
7+
* `Split-GitHubUri` updated to work with the `https://api.github.com/*` uri's included in some of
8+
the REST responses.
9+
10+
### Features:
11+
+ Added `Test-GitHubOrganizationMember` to test if a user is in an organization.
12+
+ Updated `Get-GitHubTeamMember` to optionally work directly with a TeamId.
13+
14+
More Info:
15+
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/88) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/592167de9b3f07635c49365e291082fd3f712586)
16+
17+
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/90) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/c60bb29ac02e7ab9fcd2e29db865b63876cb0125)
18+
19+
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/94) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/a22739e7f535faf4c5f486694bd213782437e82a)
20+
21+
Author: [**@HowardWolosky**](https://github.com/HowardWolosky)
22+
23+
------
24+
425
[0.6.4](https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.4) - (2019/01/16)
526
### Fixes:
627
* Updated the `*-GitHubIssue` functions to support specifying the `MediaType` that should be used
@@ -29,8 +50,7 @@ Author: [**@HowardWolosky**](https://github.com/HowardWolosky)
2950
modified when updating an issue.
3051

3152
More Info:
32-
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/76) | [[cl]]
33-
(https://github.com/PowerShell/PowerShellForGitHub/commit/3b6e84cbafaf044e2154a06612b1c43a873cd002)
53+
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/76) | [[cl]](https://github.com/PowerShell/PowerShellForGitHub/commit/3b6e84cbafaf044e2154a06612b1c43a873cd002)
3454

3555
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/78) | [[cl]](https://github.com/PowerShell/PowerShellForGitHub/commit/577f07bd219e9b5c03d481e562fd7f2fc3586474)
3656

PowerShellForGitHub.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
CompanyName = 'Microsoft Corporation'
88
Copyright = 'Copyright (C) Microsoft Corporation. All rights reserved.'
99

10-
ModuleVersion = '0.6.4'
10+
ModuleVersion = '0.7.0'
1111
Description = 'PowerShell wrapper for GitHub API'
1212

1313
# Script module or binary module file associated with this manifest.

0 commit comments

Comments
 (0)