Skip to content

Commit

Permalink
Merge pull request #31 from Shopify/008-release
Browse files Browse the repository at this point in the history
Bump app_profiler to 0.0.8
  • Loading branch information
dalehamel committed Jun 9, 2021
2 parents 32c14f7 + c59b81b commit 78cb8b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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


## [0.0.8] - 2021-06-09

- Add File Safe Regex to Profile Filename (#30)
- Bump various dependencies

## [0.0.7] - 2021-02-19

- Add default logger for non-rails contexts (#21).
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.7)
app_profiler (0.0.8)
activesupport (>= 5.2)
rack
railties (>= 5.2)
Expand Down Expand Up @@ -137,7 +137,7 @@ GEM
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
stackprof (0.2.16)
stackprof (0.2.17)
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.7"
VERSION = "0.0.8"
end

0 comments on commit 78cb8b5

Please sign in to comment.