Releases: TomasTomecek/pretty-git-prompt
Releases · TomasTomecek/pretty-git-prompt
0.2.2
What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #56
- Update clap requirement from 2.19 to 3.0 by @dependabot in #57
- Fix clap 3.0 upgrade by @ryanobeirne in #60
- update clap to 4 and git2 to 0.14 by @TomasTomecek in #68
- update git2 to v0.18 by @decathorpe in #71
- 0.2.2 release by @TomasTomecek in #72
New Contributors
- @dependabot made their first contribution in #57
- @ryanobeirne made their first contribution in #60
- @decathorpe made their first contribution in #71
Full Changelog: 0.2.1...0.2.2
0.2.1
Releasing latest master code out. Mostly just updating dependencies.
0.2.0
- Added a way to check how many commits are present in a stash.
- Small bugfixes.
- Improved upstream testing.
0.1.2 bugfix release
This release fixes an issue when the command create-default-config
was working only when executed inside git repository. It should work now everywhere.
0.1.1 - first official release
Initial features are:
- You are able to display values such as:
- git repository state (resolving
merge
conflict, interactiverebase
, ...) - Current branch name.
- Count of changed, newly-added, staged, conflicting files.
- git repository state (resolving
- You can track divergence against arbitrary branches.
- Every value in output can be fully configured via a config file.
- Sample configuration files feature colors.
- The tool supports
zsh
andbash
. - pretty-git-prompt is written in Rust programming language and is delivered as a single, statically-linked binary.
0.1.0: Merge pull request #21 from TomasTomecek/010-release
0.0.4: let's try to build releases with musl
b/c right now it fails with: % ldd ~/.local/bin/pretty-git-prompt libcurl-gnutls.so.4 => not found libssl.so.1.0.0 => not found libcrypto.so.1.0.0 => not found Signed-off-by: Tomas Tomecek <[email protected]>
0.0.3: release: this is the fix!
Signed-off-by: Tomas Tomecek <[email protected]>
Test release
This is just a test release