Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 563f5d9

Browse filesBrowse files
committed
docs(CHANGES) Note version()
1 parent 680498e commit 563f5d9
Copy full SHA for 563f5d9

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎CHANGES

Copy file name to clipboardExpand all lines: CHANGES
+6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.