Skip to content

Commit d68503f

Browse files
Update module to 0.12.0 (#166)
1 parent 1556b8b commit d68503f

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

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

4+
[0.12.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.12.0) - (2020/05/12)
5+
### Features:
6+
+ Added core support for Projects
7+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/160) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/1cdaac1a5af873589458bd0b40b3651187ec7e19)
8+
+ Added suport for Project Columns
9+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/162) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/85170ce517dc4941518d51d788843a87612e25e0)
10+
+ Added suport for Project Cards
11+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/163) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/3a87f2bd50a811f554d6cfaf085fede7aede6c76)
12+
+ Added sample usage documentation for the new Project API's
13+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/164) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/1556b8b39cd61735aad14be0fb237c14e763f696)
14+
15+
### Fixes:
16+
- Minor spelling fixes in documentation throughout module
17+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/165) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/6735ba57a5a43b61a37ef09d4021296dcd417dba)
18+
- Fixed confirmation message for `Rename-GitHubRepository`
19+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/161) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/3fab72464e38cb573408add7e99d5a6bb0db2ea1)
20+
21+
Authors:
22+
* [**@jpomfret**](https://github.com/jpomfret)
23+
* [**@HowardWolosky**](https://github.com/HowardWolosky)
24+
25+
------
26+
427
[0.11.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.11.0) - (2020/04/03)
528
### Features:
629
+ Added `Get-GitHubContents`

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,7 @@ Thank you to all of our contributors, no matter how big or small the contributio
484484
- **[Przemysław Kłys (@PrzemyslawKlys)](https://github.com/PrzemyslawKlys)**
485485
- **[Matt Boren (@mtboren)](http://github.com/mtboren)**
486486
- **[Shannon Deminick (@Shazwazza)](http://github.com/Shazwazza)**
487-
488-
489-
487+
- **[Jess Pomfret (@jpomfret)](https://github.com/jpomfret)**
490488

491489
----------
492490

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.11.0'
10+
ModuleVersion = '0.12.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)