Skip to content

Commit

Permalink
change log and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 3, 2015
1 parent 9bb4ace commit d62dfaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.9.7 - 2015-08-03 (Sam Saffron)

- [FEATURE] remove confusing pp=profile-gc-time (Nate Berkopec)
- [FEATURE] truncate strings in pp=analyze-memory (Nate Berkopec)
- [FEATURE] rename pp=profile-gc-ruby-head to pp=profile-memory (Nate Berkopec)

## 0.9.6 - 2015-07-08 (Sam Saffron)

- [FIX] incorrect truncation in pp=analyze-memory
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_profiler/version.rb
@@ -1,5 +1,5 @@
module Rack
class MiniProfiler
VERSION = '0.9.6'
VERSION = '0.9.7'
end
end

0 comments on commit d62dfaf

Please sign in to comment.