Skip to content

Commit e15efcc

Browse files
committed
version bump: 0.0.11
1 parent c5bbb68 commit e15efcc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## <small>0.0.11 (2021-01-03)</small>
2+
3+
* changelog: better format ([c5bbb68](https://github.com/pyroscope-io/pyroscope/commit/c5bbb68))
4+
* adds a custom rbspy regex matcher, removes maxNodes selector ([86e70f4](https://github.com/pyroscope-io/pyroscope/commit/86e70f4))
5+
* adds a demo link to README ([3a45564](https://github.com/pyroscope-io/pyroscope/commit/3a45564))
6+
* adds a task to update changelog ([8c75689](https://github.com/pyroscope-io/pyroscope/commit/8c75689))
7+
* adds conventional-changelog ([164f599](https://github.com/pyroscope-io/pyroscope/commit/164f599))
8+
* adds version as one of the things we report in analytics ([e67a797](https://github.com/pyroscope-io/pyroscope/commit/e67a797))
9+
* allows to add extra_metadata to <head> during docker build (this is for demo.pyroscope.io) ([6294eb7](https://github.com/pyroscope-io/pyroscope/commit/6294eb7))
10+
* fixes pyroscope README ([2607a7f](https://github.com/pyroscope-io/pyroscope/commit/2607a7f))
11+
* js lock changes ([864622f](https://github.com/pyroscope-io/pyroscope/commit/864622f))
12+
* makes it so that we no longer drop root element for flamebearer ([4f4d46c](https://github.com/pyroscope-io/pyroscope/commit/4f4d46c))
13+
* replaces "Metric" with a clearer "Application" ([eb496d1](https://github.com/pyroscope-io/pyroscope/commit/eb496d1))
14+
* updates package.json version number ([9cc1728](https://github.com/pyroscope-io/pyroscope/commit/9cc1728))
15+
* updates README ([374e216](https://github.com/pyroscope-io/pyroscope/commit/374e216))
16+
* docs: makes demo gif a link ([dbc43bb](https://github.com/pyroscope-io/pyroscope/commit/dbc43bb))
17+

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

0 commit comments

Comments
 (0)