We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
version()
Version
1 parent e0e144c commit ad0fb76Copy full SHA for ad0fb76
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