Skip to content

Commit 2de44f6

Browse files
committed
version 0.0.19
1 parent d6d9b45 commit 2de44f6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## <small>0.0.19 (2021-02-08)</small>
2+
3+
* adds config option for setting the app's base url (#69) ([86f07d7](https://github.com/pyroscope-io/pyroscope/commit/86f07d7)), closes [#69](https://github.com/pyroscope-io/pyroscope/issues/69)
4+
* explicit error message when used with our hosted version and no auth-token provided ([d6d9b45](https://github.com/pyroscope-io/pyroscope/commit/d6d9b45))
5+
* improves Usage message ([d2d4535](https://github.com/pyroscope-io/pyroscope/commit/d2d4535))
6+
* linux, exec: adds capabilities detection - prints a message when running pyroscope exec with no prop ([e37a9a0](https://github.com/pyroscope-io/pyroscope/commit/e37a9a0))
7+
* makes `pyroscope exec help` print usage message ([dfce70c](https://github.com/pyroscope-io/pyroscope/commit/dfce70c))
8+
* makes favicon url relative ([c176b73](https://github.com/pyroscope-io/pyroscope/commit/c176b73))
9+
* updates rbspy / pyspy version, enables arm builds ([30ec4c0](https://github.com/pyroscope-io/pyroscope/commit/30ec4c0))
10+
* updates the list of contributors ([6137fa2](https://github.com/pyroscope-io/pyroscope/commit/6137fa2))
11+
12+
13+
114
## <small>0.0.18 (2021-02-04)</small>
215

316
* Add FlameGraphRendererNew, factor out ProfilerHeader and ProfilerTable ([5c0f137](https://github.com/pyroscope-io/pyroscope/commit/5c0f137))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Pyroscope Team",
33
"private": true,
44
"name": "pyroscope",
5-
"version": "0.0.18",
5+
"version": "0.0.19",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/pyroscope-io/pyroscope.git"

0 commit comments

Comments
 (0)