Skip to content

Commit e097362

Browse files
committed
version 0.0.25
1 parent ce3f843 commit e097362

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>0.0.25 (2021-02-26)</small>
2+
3+
* adds eBPF spy ([3438826](https://github.com/pyroscope-io/pyroscope/commit/3438826))
4+
* new connect command ([7d2a410](https://github.com/pyroscope-io/pyroscope/commit/7d2a410))
5+
* update ignore (#93) ([2176676](https://github.com/pyroscope-io/pyroscope/commit/2176676)), closes [#93](https://github.com/pyroscope-io/pyroscope/issues/93)
6+
* updates readme ([ce3f843](https://github.com/pyroscope-io/pyroscope/commit/ce3f843))
7+
8+
9+
110
## <small>0.0.24 (2021-02-23)</small>
211

312
* Add comparison view (#90) ([bc648e9](https://github.com/pyroscope-io/pyroscope/commit/bc648e9)), closes [#90](https://github.com/pyroscope-io/pyroscope/issues/90)

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

0 commit comments

Comments
 (0)