Skip to content

Commit 0a3d1e7

Browse files
authored
Merge pull request #45 from Shopify/release-0.1.0
Version 0.1.0
2 parents 53b3930 + fceebb6 commit 0a3d1e7

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
[Unreleased]: https://github.com/Shopify/app_profiler
1010

11+
## [0.1.0] - 2022-04-18
12+
13+
- Support stackprof's ignore_gc option (#42)
1114

1215
## [0.0.9] - 2022-03-02
1316

1417
- Add speedscope remote viewer (#33)
1518
- Properly cast X-Profile-Data to String (#40)
16-
- Allow a trailing slah in the URL (#39)
19+
- Allow a trailing slash in the URL (#39)
1720

1821
## [0.0.8] - 2021-06-09
1922

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.0.9)
4+
app_profiler (0.1.0)
55
activesupport (>= 5.2)
66
rack
77
railties (>= 5.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.0.9"
4+
VERSION = "0.1.0"
55
end

0 commit comments

Comments
 (0)