Skip to content

Commit

Permalink
Update change log for the next release (1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymattw committed Nov 13, 2024
1 parent b41394c commit 8866e20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Change log
==========

Version 1.4 (2024-11-13)

- Fine-grained, word-level diff for change blocks
- New ``--theme`` option for selecting different themes
- Options ``-side-by-side``, ``--width 0``, and ``--wrap`` become default
(use ``--unified``/``--nowrap`` for legacy behavior)
- Python 2 support is officially dropped

Version 1.3 (2024-04-02)

- Dropped context diff support
Expand Down
2 changes: 1 addition & 1 deletion ydiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from typing import List, Tuple

PKG_INFO = {
'version' : '2.0',
'version' : '1.4',
'license' : 'BSD-3',
'author' : 'Matt Wang',
'url' : 'https://github.com/ymattw/ydiff',
Expand Down

0 comments on commit 8866e20

Please sign in to comment.