8000 chore(version-up): v2.0.8 · gitpython-developers/GitPython@5d4d708 · GitHub
[go: up one dir, main page]

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

< 8000 /div>
Appearance settings

Commit 5d4d708

Browse files
committed
chore(version-up): v2.0.8
1 parent e866c4a commit 5d4d708

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.8dev0
1+
2.0.8

doc/source/changes.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
Changelog
33
=========
44

5-
2.0.8 - Bugfixes
6-
================
5+
2.0.8 - Features and Bugfixes
6+
=============================
77

88
* `DiffIndex.iter_change_type(...)` produces better results when diffing
99
an index against the working tree.
10+
* `Repo().is_dirty(...)` now supports the `path` parameter, to specify a single
11+
path by which to filter the output. Similar to `git status <path>`
12+
* Symbolic refs created by this library will now be written with a newline
13+
character, which was previously missing.
14+
* `blame()` now properly preserves multi-line commit messages.
15+
* No longer corrupt ref-logs by writing multi-line comments into them.
1016

1117
2.0.7 - New Features
1218
====================

0 commit comments

Comments
 (0)
0