From ab832214b9ce5036cf27afc9272320d256a9c03e Mon Sep 17 00:00:00 2001 From: Kazuki Okamoto Date: Sun, 9 Aug 2020 07:05:21 +0900 Subject: [PATCH] bump version 3.7 --- ChangeLog.md | 8 ++++++++ ghcups.psd1 | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 592679d..eed655c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,13 @@ # Change log +## 3.7 + +*2020.08.09* + +Support 8.10.2. +`Show-Ghc` and `Show-Cabal` will be renamed to `Get-Ghc` and `Get-Cabal` respectively. +`-OnlySupported` and `-OnlyInstalled` options are added to `Get-Ghc` and `Get-Cabal`. + ## 3.6 *2020.07.18* diff --git a/ghcups.psd1 b/ghcups.psd1 index b0658c2..d36bc46 100644 --- a/ghcups.psd1 +++ b/ghcups.psd1 @@ -1,4 +1,4 @@ -# +# # モジュール 'ghcups' のモジュール マニフェスト # # 生成者: 岡本和樹 @@ -12,7 +12,7 @@ RootModule = 'ghcups.psm1' # このモジュールのバージョン番号です。 -ModuleVersion = '3.6' +ModuleVersion = '3.7' # サポートされている PSEditions # CompatiblePSEditions = @() @@ -98,7 +98,7 @@ PrivateData = @{ Tags = @('Haskell', 'GHC', 'PSEdition_Desktop', 'PSEdition_Core', 'Windows') # このモジュールのライセンスの URL。 - LicenseUri = 'https://github.com/kakkun61/ghcups/blob/3.6/LICENSE' + LicenseUri = 'https://github.com/kakkun61/ghcups/blob/3.7/LICENSE' # このプロジェクトのメイン Web サイトの URL。 ProjectUri = 'https://github.com/kakkun61/ghcups' @@ -107,7 +107,7 @@ PrivateData = @{ # IconUri = '' # このモジュールの ReleaseNotes - ReleaseNotes = 'https://github.com/kakkun61/ghcups/blob/3.6/ChangeLog.md' + ReleaseNotes = 'https://github.com/kakkun61/ghcups/blob/3.7/ChangeLog.md' ExternalModuleDependencies = @('Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility')