Skip to content

Commit 18b7141

Browse files
Update module to 0.10.0 (#148)
1 parent 536b762 commit 18b7141

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.10.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.10.0) - (2020/03/02)
5+
### Fixes:
6+
- Added `Rename-GitHubRepository`
7+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/145) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/536b762425d51a181166c2c47ad2b00014911d1d)
8+
9+
Author: [**@mtboren**](https://github.com/mtboren)
10+
11+
------
12+
413
[0.9.2](https://github.com/PowerShell/PowerShellForGitHub/tree/0.9.2) - (2019/11/11)
514
### Fixes:
615
- Reduces the warning noise seen during execution of the unit tests.

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.9.2'
10+
ModuleVersion = '0.10.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)