Skip to content

Commit

Permalink
Bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Apr 21, 2017
1 parent 74c43bb commit d8452c7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@
* Create a collector to show the Rails logger informations.


## v0.1.1

Use `rack-webprofiler` >= `0.1.3`.

### Features

* Show connection informations on ActiveRecordCollector.

### Fixes

* Optimize the Railtie implementation.
* Optimize ActionViewCollector (#10).
* Load profiler only for Rails 4.2+.
* Small code cleanup.


## v0.1.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/rails/web_profiler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rails
class WebProfiler
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end

0 comments on commit d8452c7

Please sign in to comment.