Skip to content

Commit

Permalink
Merge pull request #127 from Shopify/version-0.2.1
Browse files Browse the repository at this point in the history
release 0.2.1
  • Loading branch information
bmansoob authored Aug 1, 2024
2 parents 8dbac89 + b7ad823 commit 0889d8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.1] - 2024-08-01

- Centralize Ruby Version to .ruby-version (#115)
- Forward profile metadata to GCS (#126)

## [0.2.0] - 2024-06-17

- Make profiler backend modular, add support for vernier profiler (#101)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
app_profiler (0.2.0)
app_profiler (0.2.1)
activesupport (>= 5.2)
rack
stackprof (~> 0.2)
Expand Down Expand Up @@ -177,7 +177,7 @@ GEM
faraday (>= 0.17.5, < 3.0)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
stackprof (0.2.25)
stackprof (0.2.26)
strscan (3.1.0)
thor (1.0.1)
thread_safe (0.3.6)
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.0"
VERSION = "0.2.1"
end

0 comments on commit 0889d8d

Please sign in to comment.