|
1 | 1 | # PowerShellForGitHub PowerShell Module
|
2 | 2 | # Changelog
|
3 | 3 |
|
| 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 | + |
4 | 38 | ## [0.15.1](https://github.com/PowerShell/PowerShellForGitHub/tree/0.15.1) - (2020/09/09)
|
5 | 39 |
|
6 | 40 | ### Fixes:
|
|
0 commit comments