From e15efcca330ea5aabb32aec42b672386e8ac9bcb Mon Sep 17 00:00:00 2001 From: Dmitry Filimonov Date: Sun, 3 Jan 2021 01:09:47 -0800 Subject: [PATCH] version bump: 0.0.11 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..51bb1f7aa8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +## 0.0.11 (2021-01-03) + +* changelog: better format ([c5bbb68](https://github.com/pyroscope-io/pyroscope/commit/c5bbb68)) +* adds a custom rbspy regex matcher, removes maxNodes selector ([86e70f4](https://github.com/pyroscope-io/pyroscope/commit/86e70f4)) +* adds a demo link to README ([3a45564](https://github.com/pyroscope-io/pyroscope/commit/3a45564)) +* adds a task to update changelog ([8c75689](https://github.com/pyroscope-io/pyroscope/commit/8c75689)) +* adds conventional-changelog ([164f599](https://github.com/pyroscope-io/pyroscope/commit/164f599)) +* adds version as one of the things we report in analytics ([e67a797](https://github.com/pyroscope-io/pyroscope/commit/e67a797)) +* allows to add extra_metadata to during docker build (this is for demo.pyroscope.io) ([6294eb7](https://github.com/pyroscope-io/pyroscope/commit/6294eb7)) +* fixes pyroscope README ([2607a7f](https://github.com/pyroscope-io/pyroscope/commit/2607a7f)) +* js lock changes ([864622f](https://github.com/pyroscope-io/pyroscope/commit/864622f)) +* makes it so that we no longer drop root element for flamebearer ([4f4d46c](https://github.com/pyroscope-io/pyroscope/commit/4f4d46c)) +* replaces "Metric" with a clearer "Application" ([eb496d1](https://github.com/pyroscope-io/pyroscope/commit/eb496d1)) +* updates package.json version number ([9cc1728](https://github.com/pyroscope-io/pyroscope/commit/9cc1728)) +* updates README ([374e216](https://github.com/pyroscope-io/pyroscope/commit/374e216)) +* docs: makes demo gif a link ([dbc43bb](https://github.com/pyroscope-io/pyroscope/commit/dbc43bb)) + diff --git a/package.json b/package.json index 6a326fc8d8..1160c0d3d6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Pyroscope Team", "private": true, "name": "pyroscope", - "version": "0.0.10", + "version": "0.0.11", "repository": { "type": "git", "url": "https://github.com/pyroscope-io/pyroscope.git"