Skip to content

Commit 5e0aa1d

Browse files
committed
Add dates to released versions
It's been a long ride... almost six years by now :)
1 parent d9b159b commit 5e0aa1d

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ supported on sbt 1.0. Use `dependencyBrowseGraph`, instead.
1414
This is a maintenance release [fixing](https://github.com/jrudolph/sbt-dependency-graph/issues/89) `dependencyBrowseGraph`
1515
in the latest Chrome versions. Thanks [@chtefi](https://github.com/chtefi)!
1616

17-
## Version 0.8.1
17+
## Version 0.8.1 (2016-01-08)
1818

1919
This is a maintenance release fixing a regression in 0.8.0 and adding two small features.
2020

@@ -26,7 +26,7 @@ All changes:
2626
* [#85](https://github.com/jrudolph/sbt-dependency-graph/issues/85): Added new task `dependencyList` which prints a
2727
flat, deduplicated list of all the transitive dependencies.
2828

29-
## Version 0.8.0
29+
## Version 0.8.0 (2015-11-26)
3030

3131
sbt-dependency-graph is finally an AutoPlugin and can now show the dependency graph in the browser directly.
3232

@@ -50,7 +50,7 @@ sbt-dependency-graph is finally an AutoPlugin and can now show the dependency gr
5050
- fixed [#77](https://github.com/jrudolph/sbt-dependency-graph/issues/77)
5151

5252

53-
## Version 0.7.5
53+
## Version 0.7.5 (2015-03-30)
5454

5555
This is a maintenance release adding support for sbt 0.13.8.
5656

@@ -63,11 +63,11 @@ All changes:
6363
* [#44](https://github.com/jrudolph/sbt-dependency-graph/issues/44): Only match scala lib by org/name.
6464
Thanks [@2beaucoup](https://github.com/2beaucoup) for the fix.
6565

66-
## Version 0.7.4
66+
## Version 0.7.4 (2013-06-26)
6767

6868
This is a maintenance release fixing an exception when generating graphs without a terminal [#32](https://github.com/jrudolph/sbt-dependency-graph/issues/32).
6969

70-
## Version 0.7.3
70+
## Version 0.7.3 (2013-04-28)
7171

7272
This is a maintenance release. Following issues have been fixed:
7373

@@ -77,7 +77,7 @@ This is a maintenance release. Following issues have been fixed:
7777
Make it work again with sbt 0.12.3. The path of the dependency resolution file changed in sbt 0.12.3.
7878
Thanks [ebowman](https://github.com/ebowman) for the fix.
7979

80-
## Version 0.7.2
80+
## Version 0.7.2 (2013-03-02)
8181

8282
This is a maintenance release. Following issues have been fixed:
8383

@@ -93,7 +93,7 @@ New features in this version:
9393
* `dependency-dot`: create dot file from dependency graph. Contributed by
9494
[berleon](https://github.com/berleon).
9595

96-
## Version 0.7.0
96+
## Version 0.7.0 (2012-10-24)
9797

9898
New features in this version:
9999

@@ -108,7 +108,7 @@ New features in this version:
108108
* Works with sbt 0.12.1. The ivy report files were moved to a new location making an update necessary.
109109

110110

111-
## Version 0.6.0
111+
## Version 0.6.0 (2012-05-23)
112112

113113
New features in this version:
114114

@@ -122,3 +122,9 @@ New features in this version:
122122
Scala 2.9.2 broke the plugin in 0.5.2, because it wouldn't find the ivy report xml file
123123
any more. This was fixed.
124124
* All tasks are scoped by configuration.
125+
126+
## Version 0.5.2 (2012-02-13)
127+
128+
## Version 0.5.1 (2011-11-18)
129+
130+
## Version 0.5 (2011-11-15)

0 commit comments

Comments
 (0)