Skip to content

Commit

Permalink
Updating Module Version [0.3.8] and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Mar 29, 2023
1 parent b26806f commit 4d7d0f5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.3.8:

* Use-Git can now be extended (#140, #97), letting you add PowerShell parameters to any git command
* Initial input extensions
* git.clone.input (#141) (--progress is inferred so Write-Progress happens automagically)
* git.log.input (#142) (Added -Before/-After/-Author/-CurrentBranch)
* git.commit.input (#144) (Added -Message/-Body/-Title/-Trailer)
* Other Improvements:
* git log will not process --pretty/--format (Fixes #143)
* git log now supports .Trailers (Fixes #112)
* git remote formatting improved (Fixes #145)
* git remote now works for multiple remotes (Fixes #136)
* Updated logo (#139)

---

## 0.3.7:

* git remote
Expand Down

0 comments on commit 4d7d0f5

Please sign in to comment.