Skip to content

Commit b26806f

Browse files
author
James Brundage
committed
Updating Module Version [0.3.8] and CHANGELOG
1 parent 32ef232 commit b26806f

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.3.8:
2+
3+
* Use-Git can now be extended (#140, #97), letting you add PowerShell parameters to any git command
4+
* Initial input extensions
5+
* git.clone.input (#141) (--progress is inferred so Write-Progress happens automagically)
6+
* git.log.input (#142) (Added -Before/-After/-Author/-CurrentBranch)
7+
* git.commit.input (#144) (Added -Message/-Body/-Title/-Trailer)
8+
* Other Improvements:
9+
* git log will not process --pretty/--format (Fixes #143)
10+
* git log now supports .Trailers (Fixes #112)
11+
* git remote formatting improved (Fixes #145)
12+
* git remote now works for multiple remotes (Fixes #136)
13+
* Updated logo (#139)
14+
15+
---
16+
117
## 0.3.7:
218

319
* git remote

ugit.psd1

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.3.7'
2+
ModuleVersion = '0.3.8'
33
RootModule = 'ugit.psm1'
44
FormatsToProcess = 'ugit.format.ps1xml'
55
TypesToProcess = 'ugit.types.ps1xml'
@@ -17,6 +17,22 @@ PrivateData = @{
1717
LicenseURI = 'https://github.com/StartAutomating/ugit/blob/main/LICENSE'
1818
BuildModule = @('EZOut', 'Piecemeal', 'PipeScript')
1919
ReleaseNotes = @'
20+
## 0.3.8:
21+
22+
* Use-Git can now be extended (#140, #97), letting you add PowerShell parameters to any git command
23+
* Initial input extensions
24+
* git.clone.input (#141) (--progress is inferred so Write-Progress happens automagically)
25+
* git.log.input (#142) (Added -Before/-After/-Author/-CurrentBranch)
26+
* git.commit.input (#144) (Added -Message/-Body/-Title/-Trailer)
27+
* Other Improvements:
28+
* git log will not process --pretty/--format (Fixes #143)
29+
* git log now supports .Trailers (Fixes #112)
30+
* git remote formatting improved (Fixes #145)
31+
* git remote now works for multiple remotes (Fixes #136)
32+
* Updated logo (#139)
33+
34+
---
35+
2036
## 0.3.7:
2137
2238
* git remote

0 commit comments

Comments
 (0)