Skip to content

Commit cb2513e

Browse files
committed
version 0.0.21
1 parent c6ee9e0 commit cb2513e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## <small>0.0.21 (2021-02-13)</small>
2+
3+
* adds ARCHITECTURE.md file ([658410d](https://github.com/pyroscope-io/pyroscope/commit/658410d))
4+
* adds comparison view button ([c6ee9e0](https://github.com/pyroscope-io/pyroscope/commit/c6ee9e0))
5+
* adds order to config fields, adds a sample config generator program, fixes #66 ([0569dc6](https://github.com/pyroscope-io/pyroscope/commit/0569dc6)), closes [#66](https://github.com/pyroscope-io/pyroscope/issues/66)
6+
* improves readme with simpler instructions ([a059050](https://github.com/pyroscope-io/pyroscope/commit/a059050))
7+
* simplifies python example ([a0e3cb5](https://github.com/pyroscope-io/pyroscope/commit/a0e3cb5))
8+
* styling fixes ([9fee8ae](https://github.com/pyroscope-io/pyroscope/commit/9fee8ae))
9+
* updates language names ([a1447dd](https://github.com/pyroscope-io/pyroscope/commit/a1447dd))
10+
* updates README with 2 step install process ([70954b9](https://github.com/pyroscope-io/pyroscope/commit/70954b9))
11+
* updates README with an updated diagram ([8f85bb4](https://github.com/pyroscope-io/pyroscope/commit/8f85bb4))
12+
* frontend: adds a sidebar, simplifies header ([2cdf22a](https://github.com/pyroscope-io/pyroscope/commit/2cdf22a))
13+
14+
15+
116
## <small>0.0.20 (2021-02-08)</small>
217

318
* fixes darwin build ([4907ade](https://github.com/pyroscope-io/pyroscope/commit/4907ade))

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

0 commit comments

Comments
 (0)