We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
version()
Version
1 parent 1141a17 commit b951173Copy full SHA for b951173
CHANGES
@@ -17,7 +17,8 @@ $ pip install --user --upgrade --pre libvcs
17
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).
+ 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.
22
23
### Development
24
0 commit comments