Skip to content

Commit a1640a2

Browse files
Update module to 0.16.0 (#310)
1 parent 7f1dbf2 commit a1640a2

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

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

4+
## [0.16.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.16.0) - (2021/01/06)
5+
6+
### Features:
7+
8+
+ Added the ability to retrieve and modify team permissions on a repository with
9+
`Get-GitHubRepositoryTeamPermission`, `Set-GitHubRepositoryTeamPermission` and
10+
`Remove-GitHubRepositoryTeamPermission`
11+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/300) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/22e3d7bdf6c3b33fdead74dac831e0bb43beb2c4)
12+
13+
+ Added the ability to retrieve and modify the GitHub Actions permissions policy for repositories
14+
with `Get-GitHubRepositoryActionsPermission` and `Set-GitHubRepositoryActionsPermission`
15+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/301) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/d4997057f8b1234ea1aabeb4fb6742148d3afaaf)
16+
17+
### Fixes:
18+
19+
- Added missing `.SYNOPSIS` to a number of functions throughout the module.
20+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/293) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/ab536c772a7656f92166d13f5df9ef7bf6627a3f)
21+
22+
- Fixed an error in `Set-GitHubContent` which caused it to ignore requested changes to
23+
`AuthorName`/`AuthorEmail`.
24+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/295) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/ec7950c02c1e52af2a6edc30331982d172f6e7ff)
25+
26+
- Fixed `Get-GitHubEvent`, which was erroring out when its result contained any labels. (The labels
27+
were being post-processed incorrectly when adding support for pipelining).
28+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/306) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/8fd42010209edaf10936751b8eb190655a2bdb38)
29+
30+
Authors:
31+
* [**@HowardWolosky**](https://github.com/HowardWolosky)
32+
* [**@@X-Guardian**](https://github.com/X-Guardian)
33+
* [**@johnlokerse**](https://github.com/johnlokerse)
34+
* [**@joseartrivera**](https://github.com/joseartrivera)
35+
36+
------
37+
438
## [0.15.1](https://github.com/PowerShell/PowerShellForGitHub/tree/0.15.1) - (2020/09/09)
539

640
### Fixes:

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.15.1'
10+
ModuleVersion = '0.16.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)