Skip to content

Commit 78cd480

Browse files
Updating module to v0.11.0 (#154)
1 parent 9a45908 commit 78cd480

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

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

4+
[0.11.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.11.0) - (2020/04/03)
5+
### Features:
6+
+ Added `Get-GitHubContents`
7+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/146) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/9a45908dc65b3e8dd0227083fab281099cf07b1b)
8+
9+
Author: [**@Shazwazza**](https://github.com/Shazwazza)
10+
11+
------
12+
413
[0.10.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.10.0) - (2020/03/02)
514
### Features:
615
+ Added `Rename-GitHubRepository`

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ Thank you to all of our contributors, no matter how big or small the contributio
483483
- **[@wikijm](https://github.com/wikijm)**
484484
- **[Przemysław Kłys (@PrzemyslawKlys)](https://github.com/PrzemyslawKlys)**
485485
- **[Matt Boren (@mtboren)](http://github.com/mtboren)**
486+
- **[Shannon Deminick (@Shazwazza)](http://github.com/Shazwazza)**
486487

487488

488489

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.10.0'
10+
ModuleVersion = '0.11.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)