git-status-vars

Summarize git repo info into shell variables (for use in a prompt)

APACHE-2.0 License

Downloads
5.9K
Stars
1
Committers
2

Bot releases are visible (Hide)

git-status-vars - Release 1.0.3 Latest Release

Published by github-actions[bot] 8 months ago

Security fixes

API breaking changes

  • Switched Reference::new() and friends to accept types that implement std::fmt::Display instead of AsRef<str>. The functions convert the parameters to owned Strings with to_string() anyway, so this more accurately reflects what the functions are doing.

Other API changes

  • ShellWriter::with_prefix() now accepts anything that implements std::fmt::Display as the prefix rather than just Strings.
git-status-vars - Release 1.0.2

Published by github-actions[bot] over 1 year ago

  • Update documentation to reflect that the minimum supported Rust version
    (MSRV) is 1.64.
git-status-vars - Release 1.0.1

Published by github-actions[bot] over 1 year ago

  • Added missing crate documentation.
  • Updated dependencies.

Bug fixes

  • Ensured that summarize_opened_repository() would not produce output before
    returning an error. This could have caused confusing output from
    summarize_repository().
git-status-vars - Release 1.0.0

Published by github-actions[bot] over 1 year ago

Bumping to version 1.0.0 to indicate stability. There are no functional changes.

  • Update all dependencies.
  • Update the minimum supported Rust version (MSRV) from 1.60 to 1.64.
  • Document development status — stable; no more planned features.
  • Document versioning policy — the version primarily tracks changes to the
    binary, not the crate as a library.
git-status-vars - Release 0.2.4

Published by github-actions[bot] over 1 year ago

Security fixes

git-status-vars - Release 0.2.3

Published by github-actions[bot] almost 2 years ago

  • Add download links to README.md.
git-status-vars - Release 0.2.2

Published by github-actions[bot] almost 2 years ago

Changes

  • Bump version to test release workflow.
git-status-vars - Release 0.2.1

Published by github-actions[bot] almost 2 years ago

Changes

  • Improvements to README.md and the overall crate documentation.
git-status-vars - Release 0.2.0

Published by danielparks almost 2 years ago

Features

  • Added repo_workdir variable to output.
  • Moved summarize_repository() and summarize_opened_repository() functions
    into lib.rs.

Changes

  • Added integration tests for various git repo states.
  • Added Vagrant configuration for reproducible local tests on Linux.
  • Added change log.
  • Updated edition to Rust 2021.
git-status-vars - 0.1.3: --prefix option

Published by danielparks almost 2 years ago