1
1
@ {
2
- ModuleVersion = ' 0.4.5'
2
+ ModuleVersion = ' 0.4.5.1 '
3
3
RootModule = ' ugit.psm1'
4
4
FormatsToProcess = ' ugit.format.ps1xml'
5
5
TypesToProcess = ' ugit.types.ps1xml'
6
6
Guid = ' 32323806-1d4a-485b-a64b-c502b0468847'
7
7
Author = ' James Brundage'
8
- Copyright = ' 2022-2024 Start-Automating'
8
+ Copyright = ' 2022-2024 Start-Automating'
9
9
CompanyName = ' Start-Automating'
10
10
Description = ' ugit: git, updated with PowerShell'
11
11
PrivateData = @ {
@@ -15,56 +15,13 @@ PrivateData = @{
15
15
LicenseURI = ' https://github.com/StartAutomating/ugit/blob/main/LICENSE'
16
16
BuildModule = @ (' EZOut' , ' Piecemeal' , ' PipeScript' , ' PSSVG' )
17
17
ReleaseNotes = @'
18
- ## ugit 0.4.5:
18
+ ## ugit 0.4.5.1 :
19
19
20
20
> Like It? [Star It](https://github.com/StartAutomating/ugit)
21
21
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
22
22
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 !
68
25
---
69
26
70
27
Additional 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
80
37
)
81
38
}
82
39
}
83
- }
40
+ }
0 commit comments