Skip to content

Commit

Permalink
Merge pull request #152 from Shopify/release-0.2.7
Browse files Browse the repository at this point in the history
release 0.2.7
  • Loading branch information
bmansoob authored Jan 30, 2025
2 parents 35992cd + 8f0bd64 commit 35eac8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.2.7] - 2025-01-29

- Add profile file name proc (#151)
- Fix: Add format to profile name (#153)
- Reintroduce VernierBackend definition check (#154)

## [0.2.6] - 2025-01-20

- Add support for vernier profile vieweing (#111)
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.2.6)
app_profiler (0.2.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.2.6"
VERSION = "0.2.7"
end

0 comments on commit 35eac8e

Please sign in to comment.