We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
version()
Version
1 parent ebf115a commit 3c854f7Copy full SHA for 3c854f7
CHANGES
@@ -18,7 +18,8 @@ $ pip install --user --upgrade --pre libvcs
18
- Add `GitVersionInfo` dataclass and `build_options()` method to `Git` class to
19
provide structured access to git version information, making version handling more homogeneous
20
and type-safe (#491). The `version()` method now returns a `Version` object instead of a string.
21
- This allows for more reliable version parsing and comparison.
+ This allows for more reliable version parsing and comparison, while `GitSync.get_git_version()`
22
+ continues to return a string for backward compatibility.
23
24
### Development
25
0 commit comments