Skip to content

Commit 77fb8d7

Browse files
authored
Merge pull request #209 from Shopify/bump-0.5.1
Bump to 0.5.1
2 parents ddbb105 + d0cf8c8 commit 77fb8d7

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.5.1] - 2026-04-28
8+
9+
- Support Vernier metadata (#165)
10+
711
## [0.5.0] - 2026-02-18
812

913
- Enable changing the query parameter used to trigger profiling (#199)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
app_profiler (0.5.0)
4+
app_profiler (0.5.1)
55
activesupport (>= 5.2)
66
rack
77
stackprof (~> 0.2)

lib/app_profiler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module AppProfiler
4-
VERSION = "0.5.0"
4+
VERSION = "0.5.1"
55
end

0 commit comments

Comments
 (0)