Skip to content

Commit

Permalink
Merge pull request #51 from Shopify/release-0.1.1
Browse files Browse the repository at this point in the history
Bump app_profiler to 0.1.1
  • Loading branch information
dalehamel authored Jun 16, 2022
2 parents 453e0bd + 5999874 commit d1a3833
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.1.1] - 2022-06-15

- Support for "profile server" to support on-demand profiling via HTTP (#48)
- Log info with link to speedscope during file upload (#47)

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.0)
app_profiler (0.1.1)
activesupport (>= 5.2)
rack
railties (>= 5.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.0"
VERSION = "0.1.1"
end

0 comments on commit d1a3833

Please sign in to comment.