Skip to content

Commit

Permalink
Bump to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Apr 21, 2017
1 parent 8cc2c2b commit bdb411f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
* Catch 500 or exceptions.


## v0.1.3

### Fixes

* Do request and response optional on DSL for collect method (#34).
* Create a method to reset collectors list.
* Debug `erb` method of Controller.
* Small code cleanup.


## v0.1.2

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/web_profiler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rack
class WebProfiler
VERSION = "0.1.2".freeze
VERSION = "0.1.3".freeze
end
end

0 comments on commit bdb411f

Please sign in to comment.