Skip to content

Commit d279f1c

Browse files
Update module to 0.13.1 (microsoft#170)
1 parent bb2ad45 commit d279f1c

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# PowerShellForGitHub PowerShell Module
22
## Changelog
33

4-
[0.13.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.13.0) - (2020/05/12)
4+
[0.13.1](https://github.com/PowerShell/PowerShellForGitHub/tree/0.13.1) - (2020/05/12)
5+
### Fixes:
6+
- Ensure progress bar for Wait-JobWithAnimation gets marked as Completed
7+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/169) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/bb2ad45f61f4e55ba763d5eb402c80de5991bb6b)
8+
9+
Authors:
10+
* [**@HowardWolosky**](https://github.com/HowardWolosky)
11+
12+
------
13+
14+
[0.13.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.13.0) - (2020/05/12)
515
### Improvement:
616
- Migrate REST API progress status to use Write-Progress
717
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/167) | [[cl]](https://github.com/microsoft/PowerShellForGitHub/commit/992f67871cd659dac20833487b326bdad7b85bd8)

PowerShellForGitHub.psd1

+2-2
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.13.0'
10+
ModuleVersion = '0.13.1'
1111
Description = 'PowerShell wrapper for GitHub API'
1212

1313
# Script module or binary module file associated with this manifest.
@@ -202,4 +202,4 @@
202202

203203
# HelpInfo URI of this module
204204
# HelpInfoURI = ''
205-
}
205+
}

0 commit comments

Comments
 (0)