Skip to content

Commit

Permalink
Version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcgibbon committed Feb 19, 2021
1 parent 43a3582 commit df81137
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[Unreleased]: https://github.com/Shopify/app_profiler

## [0.0.7] - 2021-02-19

- Add default logger for non-rails contexts (#21).
- Fix redundant `yarn add`s when viewing profiles (#20).
- Add `AppProfiler.start` and `AppProfiler.stop` (#19).
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
app_profiler (0.0.6)
app_profiler (0.0.7)
activesupport (>= 5.2)
rack
railties (>= 5.2)
Expand Down Expand Up @@ -135,7 +135,7 @@ GEM
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
stackprof (0.2.15)
stackprof (0.2.16)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.7)
Expand Down
2 changes: 1 addition & 1 deletion lib/app_profiler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AppProfiler
VERSION = "0.0.6"
VERSION = "0.0.7"
end

0 comments on commit df81137

Please sign in to comment.