From 74933f463cd77d1547199c002cbdab9b0e436a12 Mon Sep 17 00:00:00 2001 From: Gannon McGibbon Date: Wed, 13 Dec 2023 16:56:44 -0600 Subject: [PATCH] Bump app_profiler to 0.1.10 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/app_profiler/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84aebf8b..1a222160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index b10250f9..eb0db76e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - app_profiler (0.1.9) + app_profiler (0.1.10) activesupport (>= 5.2) rack stackprof (~> 0.2) diff --git a/lib/app_profiler/version.rb b/lib/app_profiler/version.rb index 12e8d4d7..c1312886 100644 --- a/lib/app_profiler/version.rb +++ b/lib/app_profiler/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AppProfiler - VERSION = "0.1.9" + VERSION = "0.1.10" end