Skip to content

Releases: danielparks/git-status-vars

Release 1.0.3

12 Feb 23:13
v1.0.3
3cdc102
Compare
Choose a tag to compare

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.

Release 1.0.2

24 May 21:49
v1.0.2
8583611
Compare
Choose a tag to compare
  • Update documentation to reflect that the minimum supported Rust version
    (MSRV) is 1.64.

Release 1.0.1

24 May 21:45
v1.0.1
baca564
Compare
Choose a tag to compare
  • 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().

Release 1.0.0

05 Apr 11:13
v1.0.0
ad3683a
Compare
Choose a tag to compare

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.

Release 0.2.4

21 Jan 12:14
v0.2.4
b957c32
Compare
Choose a tag to compare

Security fixes

Release 0.2.3

01 Jan 07:42
v0.2.3
3677a2a
Compare
Choose a tag to compare
  • Add download links to README.md.

Release 0.2.2

31 Dec 09:34
v0.2.2
e17b572
Compare
Choose a tag to compare

Changes

  • Bump version to test release workflow.

Release 0.2.1

31 Dec 09:16
v0.2.1
6732a0d
Compare
Choose a tag to compare

Changes

  • Improvements to README.md and the overall crate documentation.

Release 0.2.0

23 Dec 15:19
260d31c
Compare
Choose a tag to compare

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.

0.1.3: --prefix option

04 Dec 08:37
v0.1.3
ec4ab7c
Compare
Choose a tag to compare
v0.1.3

0.1.3: --prefix option.