Skip to content

Commit f104d29

Browse files
committed
version 0.0.26
1 parent 4cd5aed commit f104d29

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## <small>0.0.26 (2021-03-08)</small>
2+
3+
* Add Pyroscope cloud instructions ([3765ea2](https://github.com/pyroscope-io/pyroscope/commit/3765ea2))
4+
* add unit tests (#98) ([31474b3](https://github.com/pyroscope-io/pyroscope/commit/31474b3)), closes [#98](https://github.com/pyroscope-io/pyroscope/issues/98)
5+
* check to see if logrus is used ([e2ff648](https://github.com/pyroscope-io/pyroscope/commit/e2ff648))
6+
* fixes dependency graph task ([e4c2168](https://github.com/pyroscope-io/pyroscope/commit/e4c2168))
7+
* removes logrus dependency from the library code ([f8e033e](https://github.com/pyroscope-io/pyroscope/commit/f8e033e))
8+
* Update contributors ([a39c7ab](https://github.com/pyroscope-io/pyroscope/commit/a39c7ab))
9+
* Updates README with information about the cloud ([2da1333](https://github.com/pyroscope-io/pyroscope/commit/2da1333))
10+
* consistency: removes "log" alias in favor of "logrus" ([a66f8b3](https://github.com/pyroscope-io/pyroscope/commit/a66f8b3))
11+
12+
13+
114
## <small>0.0.25 (2021-02-26)</small>
215

316
* adds eBPF spy ([3438826](https://github.com/pyroscope-io/pyroscope/commit/3438826))

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

0 commit comments

Comments
 (0)