Skip to content

Commit

Permalink
Merge pull request #109 from Shopify/0_1_10
Browse files Browse the repository at this point in the history
Bump app_profiler to 0.1.10
  • Loading branch information
gmcgibbon authored Dec 13, 2023
2 parents 147be34 + 74933f4 commit 9eb5413
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 @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.10] - 2023-12-13

- Redirect to remote speedscope request profiles automatically (#108)

## [0.1.9] - 2023-12-07

- Bug fix: use HTML5 sanitizer when available so Speedscope remote viewer doesn't bail on big payloads (#102)
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.9)
app_profiler (0.1.10)
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.9"
VERSION = "0.1.10"
end

0 comments on commit 9eb5413

Please sign in to comment.