README.md in parse_fasta-1.4.0 vs README.md in parse_fasta-1.5.0

- old
+ new

@@ -27,11 +27,11 @@ and over. ## Documentation ## Checkout -[parse_fasta docs](http://rubydoc.info/gems/parse_fasta/1.4.0/frames) +[parse_fasta docs](http://rubydoc.info/gems/parse_fasta/1.5.0/frames) to see the full documentation. ## Usage ## Some examples... @@ -55,9 +55,13 @@ FastqFile.open(ARGV.first, 'r').each_record do |head, seq, desc, qual| puts [header, seq, desc, qual.qual_scores.join(',')].join("\t") end ## Versions ## + +### 1.5.0 ### + +Now accepts gzipped files. Huzzah! ### 1.4.0 ### Added methods: