Skip to content

Commit 1d8c8ab

Browse files
authored
Merge pull request #65 from Shopify/bump-0.1.3
Bump to 0.1.3
2 parents 7fbdbaf + ee3dcb1 commit 1d8c8ab

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.3] - 2022-09-22
10+
11+
- Take logger as an arg in `AppProfiler::Server` start method (#64)
12+
- Railtie is an optional dependency (#63)
13+
914
## [0.1.2] - 2022-08-12
1015

1116
- Bug fix: Update profile server to respond with a conflict if already profiling (#57)

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.1.2)
4+
app_profiler (0.1.3)
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.1.2"
4+
VERSION = "0.1.3"
55
end

0 commit comments

Comments
 (0)