Skip to content

Commit

Permalink
Prepare for v0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed May 31, 2016
1 parent 7223ae9 commit 6cb6a38
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 0.10.1 (2016-05-31)
Fix dropbox integration
Change badge URLs to reflect promotion out of labs
Fix String.prototype.replace() global flag deprecation warning

### 0.10.0 (2016-04-04)
Add browse_everything:install generator, delegating to the assets and config generators, to install the dependencies into the application
Extract browse_everything css into a separate file that can be included without also including bootstrap and font-awesome
Drop Ruby 1.9 support
Use bootstrap-sprockets instead
Disable bundler caching between test runs
Update to engine_cart v0.8.0
Add Coveralls support
Allow ERB in YAML config

### 0.9.1 (2015-10-22)
- Properly scope "Select All" checkbox triggers (Bug: @awead / Fix: @awead)

Expand Down
2 changes: 1 addition & 1 deletion lib/browse_everything/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BrowseEverything
VERSION = "0.10.0"
VERSION = "0.10.1"
end

0 comments on commit 6cb6a38

Please sign in to comment.