Skip to content

Commit

Permalink
Preparing for 6.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan committed Dec 10, 2015
1 parent 4abe973 commit de912a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# History of Sufia releases

## 6.5.0
* Remove unnecessary require [Justin Coyne]
* Option to show collection facet in Dashboard and search results [E. Lynette Rayle]
* Remove space after icon if no text is present, fix projecthydra/sufia#1354 [Anna Headley]
* Ignore byebug history file [Adam Wead]
* Ignore visibility of files[] input, it's hidden from Capybara [Adam Wead]

## 6.4.0

* Remove deprecation warnings [Adam Wead]
Expand Down
2 changes: 1 addition & 1 deletion SUFIA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
6.5.0
2 changes: 1 addition & 1 deletion lib/sufia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sufia
VERSION = "6.4.0"
VERSION = "6.5.0"
end
2 changes: 1 addition & 1 deletion sufia-models/lib/sufia/models/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sufia
module Models
VERSION = "6.4.0"
VERSION = "6.5.0"
end
end

0 comments on commit de912a7

Please sign in to comment.