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 680498e commit 563f5d9Copy full SHA for 563f5d9
CHANGES
@@ -15,6 +15,12 @@ $ pip install --user --upgrade --pre libvcs
15
16
<!-- Maintainers, insert changes / features for the next release here -->
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). The `version()` method now returns a `Version` object instead of a string.
21
+ 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
26
- Cursor rules for development loop and git commit messages (#488)
0 commit comments