Skip to content

Releases: cruessler/git-tree

v0.2.0

06 May 20:05

Choose a tag to compare

This release brings a lot of changes under the hood. While 0.1.5 was still based on libgit through the git2 crate, 0.2.0 is fully based on gix. Also, we now depend on termtree for rendering the tree to the terminal which allowed us to remove some code.

The only intentional user-facing change is the addition of D for deleted files, joining the existing markers M for modified and N for new files.

What's Changed

Full Changelog: v0.1.5...v0.2.0

v0.1.5

08 Mar 18:12

Choose a tag to compare

This is the first release of git-tree to Github releases.

What's Changed

Read more