Skip to content

Commit

Permalink
Update module to 0.12.0 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardWolosky authored May 12, 2020
1 parent 1556b8b commit d68503f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# PowerShellForGitHub PowerShell Module
## Changelog

[0.12.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.12.0) - (2020/05/12)
### Features:
+ Added core support for Projects
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/160) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/1cdaac1a5af873589458bd0b40b3651187ec7e19)
+ Added suport for Project Columns
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/162) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/85170ce517dc4941518d51d788843a87612e25e0)
+ Added suport for Project Cards
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/163) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/3a87f2bd50a811f554d6cfaf085fede7aede6c76)
+ Added sample usage documentation for the new Project API's
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/164) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/1556b8b39cd61735aad14be0fb237c14e763f696)

### Fixes:
- Minor spelling fixes in documentation throughout module
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/165) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/6735ba57a5a43b61a37ef09d4021296dcd417dba)
- Fixed confirmation message for `Rename-GitHubRepository`
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/161) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/3fab72464e38cb573408add7e99d5a6bb0db2ea1)

Authors:
* [**@jpomfret**](https://github.com/jpomfret)
* [**@HowardWolosky**](https://github.com/HowardWolosky)

------

[0.11.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.11.0) - (2020/04/03)
### Features:
+ Added `Get-GitHubContents`
Expand Down
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,7 @@ Thank you to all of our contributors, no matter how big or small the contributio
- **[Przemysław Kłys (@PrzemyslawKlys)](https://github.com/PrzemyslawKlys)**
- **[Matt Boren (@mtboren)](http://github.com/mtboren)**
- **[Shannon Deminick (@Shazwazza)](http://github.com/Shazwazza)**



- **[Jess Pomfret (@jpomfret)](https://github.com/jpomfret)**

----------

Expand Down
2 changes: 1 addition & 1 deletion PowerShellForGitHub.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
CompanyName = 'Microsoft Corporation'
Copyright = 'Copyright (C) Microsoft Corporation. All rights reserved.'

ModuleVersion = '0.11.0'
ModuleVersion = '0.12.0'
Description = 'PowerShell wrapper for GitHub API'

# Script module or binary module file associated with this manifest.
Expand Down

0 comments on commit d68503f

Please sign in to comment.