Skip to content

Commit 394a66b

Browse files
committed
Update release notes for upcoming 0.9.1
1 parent 259857f commit 394a66b

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ which would read text from file "input.txt", sort using about 20 megs of heap (n
4747

4848
Project jar is packaged such that it can be used as a primitive 'sort' tool like so:
4949

50-
java -jar java-merge-sort-0.9.0.jar [input-file]
50+
java -jar java-merge-sort-0.9.1.jar [input-file]
5151

5252
where sorted output gets printed to `stdout`; and argument is optional (if missing, reads input from stdout).
5353
(implementation note: this uses standard `TextFileSorter` mentioned above)

release-notes/VERSION

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
Project: java-merge-sort
22
License: Apache License 2.0
3-
Version: 0.9.0
4-
Release date: 10-Oct-2013
3+
Version: 0.9.1
4+
Release date: 11-Oct-2013
55

6-
#10: Add Iterator-based (pull-style) sorter as an alternative
6+
0.9.1
7+
8+
#11: Change more constructors to be public
9+
(contributed by Nathan W)
10+
#12: Fix an issue with implementation of #11
711
(contributed by Nathan W)
812

913
------------------------------------------------------------------------
1014
=== History: ===
1115
------------------------------------------------------------------------
1216

17+
0.9.0 (10-Oct-2013)
18+
19+
#10: Add Iterator-based (pull-style) sorter as an alternative
20+
(contributed by Nathan W)
21+
1322
0.8.1 (07-Aug-2013)
1423

1524
#8: Sorter._merge() not closing streams correctly

0 commit comments

Comments
 (0)