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()
1 parent 8b6c26c commit c6780e2Copy full SHA for c6780e2
CHANGES
@@ -15,6 +15,14 @@ $ pip install --user --upgrade --pre libvcs
15
16
<!-- Maintainers, insert changes / features for the next release here -->
17
18
+### Compatibility
19
+
20
+- Add `GitVersionInfo` dataclass and `build_options()` method to `Git` class to
21
+ provide structured access to git version information, making version handling more homogeneous
22
+ and type-safe (#491). The `version()` method now returns a `Version` object instead of a string.
23
+ This allows for more reliable version parsing and comparison, while `GitSync.get_git_version()`
24
+ continues to return a string for backward compatibility.
25
26
## libvcs 0.35.1 (2025-06-21)
27
28
### Bug fixes
0 commit comments