Skip to content

Commit 79c30d4

Browse files
Update module to 0.13.0 (#168)
1 parent 992f678 commit 79c30d4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

4+
[0.13.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.13.0) - (2020/05/12)
5+
### Improvement:
6+
- Migrate REST API progress status to use Write-Progress
7+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/167) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/992f67871cd659dac20833487b326bdad7b85bd8)
8+
9+
Authors:
10+
* [**@HowardWolosky**](https://github.com/HowardWolosky)
11+
12+
------
13+
414
[0.12.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.12.0) - (2020/05/12)
515
### Features:
616
+ Added core support for Projects

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.12.0'
10+
ModuleVersion = '0.13.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)