Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitc883d12

Browse files
committed
version 2.0.0
1 parent2807d49 commitc883d12

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

‎VERSION

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

‎doc/source/changes.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22
Changelog
33
=========
44

5-
1.1.0 - Features
5+
2.0.0 - Features
66
================
77

8+
Please note that due to breaking changes, we have to increase the major version.
9+
10+
* **IMPORTANT**: This release drops support for python 2.6, which is
11+
officially deprecated by the python maintainers.
12+
* **CRITICAL**: `Diff` objects created with patch output will now not carry
13+
the --- and +++ header lines anymore. All diffs now start with the
14+
@@ header line directly. Users that rely on the old behaviour can now
15+
(reliably) read this information from the a_path and b_path properties
16+
without having to parse these lines manually.
817
* `Commit` now has extra properties `authored_datetime` and
918
`committer_datetime` (to get Python datetime instances rather than
1019
timestamps)
@@ -19,14 +28,6 @@ Changelog
1928
deleted.
2029
* Fix: diff parsing issues with paths that contain "unsafe" chars, like
2130
spaces, tabs, backslashes, etc.
22-
* IMPORTANT: This release drops support for python 2.6, which is
23-
officially deprecated by the python maintainers.
24-
* CRITICAL: `Diff` objects created with patch output will now not carry
25-
the --- and +++ header lines anymore. All diffs now start with the
26-
@@ header line directly. Users that rely on the old behaviour can now
27-
(reliably) read this information from the a_path and b_path properties
28-
without having to parse these lines manually.
29-
3031

3132
1.0.2 - Fixes
3233
=============

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp