Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Feb 11, 2015
1 parent c5f440c commit 6f03d11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README
Expand Up @@ -23,6 +23,11 @@ Then run via one of these:
See https://github.com/danvk/webdiff/ for more information.

Release Notes
- 0.9
* Long lines now wrap instead of scrolling horizontally.
* Only 10+ common lines will be elided (no more "Show 2 more lines").
* Show bounding boxes for the changed region in image diffs.

- 0.8
* New image diff modes: onion skin, swipe
* Shrink to fit for image diffs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='webdiff',
version='0.8.2',
version='0.9.0',
description='Two-column web-based git difftool',
author='Dan Vanderkam',
author_email='danvdk@gmail.com',
Expand Down

0 comments on commit 6f03d11

Please sign in to comment.