Skip to content

Commit c91ef0e

Browse files
committed
docs(CHANGES) Note version()
1 parent fb5c900 commit c91ef0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ $ pip install --user --upgrade --pre libvcs
1515

1616
<!-- Maintainers, insert changes / features for the next release here -->
1717

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+
1824
### Development
1925

2026
- Cursor rules for development loop and git commit messages (#488)

0 commit comments

Comments
 (0)