Skip to content

Commit b697fc1

Browse files
committed
version 0.0.16
1 parent 63693c1 commit b697fc1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## <small>0.0.16 (2021-01-22)</small>
2+
3+
* Add node.js to upcoming integrations ([ad95f96](https://github.com/pyroscope-io/pyroscope/commit/ad95f96))
4+
* brings back hide-applications option ([63693c1](https://github.com/pyroscope-io/pyroscope/commit/63693c1))
5+
* changes ([a0cf5fd](https://github.com/pyroscope-io/pyroscope/commit/a0cf5fd))
6+
* improves documentation for config options ([ec9a1f9](https://github.com/pyroscope-io/pyroscope/commit/ec9a1f9))
7+
* improves exec child process handling ([ab18dd3](https://github.com/pyroscope-io/pyroscope/commit/ab18dd3))
8+
* improves styles a little bit ([604ab00](https://github.com/pyroscope-io/pyroscope/commit/604ab00))
9+
* Readme examples changes ([2105963](https://github.com/pyroscope-io/pyroscope/commit/2105963))
10+
* update readme ([21f71e8](https://github.com/pyroscope-io/pyroscope/commit/21f71e8))
11+
* Update Readme with new logo ([f3addba](https://github.com/pyroscope-io/pyroscope/commit/f3addba))
12+
* Update README.md ([94fc945](https://github.com/pyroscope-io/pyroscope/commit/94fc945))
13+
* Update README.md ([51c3273](https://github.com/pyroscope-io/pyroscope/commit/51c3273))
14+
* Update README.md ([f1b7a17](https://github.com/pyroscope-io/pyroscope/commit/f1b7a17))
15+
* Update README.md ([ce55733](https://github.com/pyroscope-io/pyroscope/commit/ce55733))
16+
* updates our contributors list ([89349d6](https://github.com/pyroscope-io/pyroscope/commit/89349d6))
17+
18+
19+
120
## <small>0.0.15 (2021-01-20)</small>
221

322
* implements #29 ([a42a241](https://github.com/pyroscope-io/pyroscope/commit/a42a241)), closes [#29](https://github.com/pyroscope-io/pyroscope/issues/29)

package.json

+1-1
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.15",
5+
"version": "0.0.16",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/pyroscope-io/pyroscope.git"

0 commit comments

Comments
 (0)