Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Commit

Permalink
Version bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Oakley committed Jul 14, 2011
1 parent 22cbc93 commit b34181b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion History.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,10 @@
=== 0.2.1 2011-02-18 === 0.2.3 2011-07-14

* 2 minor bugfixes:
* More robust parsing of the TSV from biomart
* Stop creating lots of unnecessary filter objects

=== 0.2.2 2011-02-18


* 1 major bugfix: * 1 major bugfix:
* More forceful filter checking in 0.2.1 was causing queries on 'pointerFilters' to error out unnecessarily. * More forceful filter checking in 0.2.1 was causing queries on 'pointerFilters' to error out unnecessarily.
Expand Down
2 changes: 1 addition & 1 deletion lib/biomart/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module Biomart module Biomart
VERSION = "0.2.2" VERSION = "0.2.3"
end end

0 comments on commit b34181b

Please sign in to comment.