11@ {
2- ModuleVersion = ' 0.4.5'
2+ ModuleVersion = ' 0.4.5.1 '
33 RootModule = ' ugit.psm1'
44 FormatsToProcess = ' ugit.format.ps1xml'
55 TypesToProcess = ' ugit.types.ps1xml'
66 Guid = ' 32323806-1d4a-485b-a64b-c502b0468847'
77 Author = ' James Brundage'
8- Copyright = ' 2022-2024 Start-Automating'
8+ Copyright = ' 2022-2024 Start-Automating'
99 CompanyName = ' Start-Automating'
1010 Description = ' ugit: git, updated with PowerShell'
1111PrivateData = @ {
@@ -15,56 +15,13 @@ PrivateData = @{
1515 LicenseURI = ' https://github.com/StartAutomating/ugit/blob/main/LICENSE'
1616 BuildModule = @ (' EZOut' , ' Piecemeal' , ' PipeScript' , ' PSSVG' )
1717 ReleaseNotes = @'
18- ## ugit 0.4.5:
18+ ## ugit 0.4.5.1 :
1919
2020> Like It? [Star It](https://github.com/StartAutomating/ugit)
2121> Love It? [Support It](https://github.com/sponsors/StartAutomating)
2222
23- * git improvements
24- * `git clone`
25- * git clone -Since improvements (#276)
26- * git clone -Since time period (#277)
27- * `git log`
28- * git.log.Trailer (#305)
29- * git.log.Description (#304)
30- * git.log.Scope (#303)
31- * git.log.CommitType (#301)
32- * git.log.CommitDate (#309)
33- * git.log.Change(s) (#306)
34- * git.log.note(s) (#296)
35- * git log accumulation improvement (#308)
36- * git log parsing improvement (#306,#308,#309)
37- * git.log.JiraTicket(s) (#313)
38- * git log -TicketNumber(s) (#315)
39- * `git commit`
40- * git commit -OnBehalfOf (#275)
41- * git commit -CoAuthoredBy (#274)
42- * git commit -SkipCI (#320)
43- * Container improvements
44- * Container.init.ps1 (#279,#280)
45- * Container.start.ps1 (#281)
46- * Container.stop.ps1 (#282)
47- * Action improvements
48- * Refactoring ugit action (#289,#290)
49- * Testing action in branch (#288)
50- * New Parameters:
51- * `ActionScript` (#311)
52- * `GitHubToken` (#317)
53- * `NoCommit` (#318)
54- * `NoPush` (#319)
55- * `TargetBranch` (#316)
56- * Workflow improvements
57- * Fixing ugit workflow PublishTestResults (#287)
58- * GitPub cleanup (#310)
59- * New Examples:
60- * ChangesByCommitType example (#302, #301)
61- * ChangesByDayOfWeek example (#295)
62- * ChangesByIssueNumber example (#294)
63- * ChangesByUserName example (#293)
64- * ChangesByExtension example (#292)
65- * ReleaseNotes Example (#307)
66- * TableOfCurrentBranch example (#291)
67-
23+ * `git log` fix duplicate commit issue ( #334 )
24+ * Thanks @ninmonkey !
6825---
6926
7027Additional Changes in [Changelog](https://github.com/StartAutomating/ugit/blob/main/CHANGELOG.md)
@@ -80,4 +37,4 @@ Additional Changes in [Changelog](https://github.com/StartAutomating/ugit/blob/m
8037 )
8138 }
8239}
83- }
40+ }
0 commit comments