Skip to content

Commit

Permalink
Merge pull request #100 from Shopify/bump-version-0.1.7
Browse files Browse the repository at this point in the history
bump app_profiler to 0.1.7
  • Loading branch information
bmansoob authored Oct 20, 2023
2 parents 08b25f1 + 97b6ca9 commit fbf4c3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.1.7] - 2023-10-19

- Clean up files after uploading to GCS (#99)

## [0.1.6] - 2023-10-18

- Allow passing custom block to determine profile file name prefix (#94)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
app_profiler (0.1.6)
app_profiler (0.1.7)
activesupport (>= 5.2)
rack
stackprof (~> 0.2)
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.1.6"
VERSION = "0.1.7"
end

0 comments on commit fbf4c3e

Please sign in to comment.