Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.

Commit f111279

Browse files
committed
📚 README and CHANGELOG updates [ci skip]
Signed-off-by: Mike Fiedler <[email protected]>
1 parent 302810c commit f111279

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.6.0 / 2016-10-09
2+
3+
* [FEATURE] Prevent whitespace trimming during save, [#6][] [@FlorianFranzen][]
4+
* [ENHANCEMENT] Add spec testing suite via Travis, [@miketheman][]
5+
16
# v0.5.0 / 2016-10-01
27

38
* [FEATURE] Highlight "Only in" lines, [@miketheman][]
@@ -26,6 +31,8 @@ Initial commit
2631
[#1]: https://github.com/miketheman/language-diff/issues/1
2732
[#2]: https://github.com/miketheman/language-diff/issues/2
2833
[#4]: https://github.com/miketheman/language-diff/issues/4
34+
[#6]: https://github.com/miketheman/language-diff/issues/6
35+
[@FlorianFranzen]: https://github.com/FlorianFranzen
2936
[@hironytic]: https://github.com/hironytic
3037
[@mdeaudelin]: https://github.com/mdeaudelin
3138
[@miketheman]: https://github.com/miketheman

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# language-diff package
22

3-
Conversion of Textmate [`diff` bundle](https://github.com/textmate/diff.tmbundle)
3+
[![Build Status](https://travis-ci.org/miketheman/language-diff.svg?branch=master)](https://travis-ci.org/miketheman/language-diff)
4+
[![GitHub forks](https://img.shields.io/github/forks/miketheman/language-diff.svg)](https://github.com/miketheman/language-diff/network)
5+
[![GitHub stars](https://img.shields.io/github/stars/miketheman/language-diff.svg)](https://github.com/miketheman/language-diff/stargazers)
6+
[![GitHub issues](https://img.shields.io/github/issues/miketheman/language-diff.svg)](https://github.com/miketheman/language-diff/issues)
47

5-
See [CHANGELOG.md] for details.
8+
Origin: Conversion of Textmate [`diff` bundle](https://github.com/textmate/diff.tmbundle)
9+
10+
See [CHANGELOG.md](https://github.com/miketheman/language-diff/blob/master/CHANGELOG.md) for details.

0 commit comments

Comments
 (0)