Skip to content

Commit e03a29f

Browse files
committed
chore(docs): add change log files
1 parent 506cf4b commit e03a29f

File tree

5 files changed

+49
-0
lines changed

5 files changed

+49
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# v0.4.0
2+
## API Changes
3+
- Backend now support passing a configuration struct.
4+
- TimerSignal enum
5+
- pprof-rs backend is split into a different package. It has to be imported manually.
6+
7+
## What's Changed
8+
* fix: avoid binding two unrelated vars to the same type by @drahnr in https://github.com/pyroscope-io/pyroscope-rs/pull/18
9+
* avoid almost all unwraps by @drahnr in https://github.com/pyroscope-io/pyroscope-rs/pull/14
10+
* use more features of `thiserror` by @drahnr in https://github.com/pyroscope-io/pyroscope-rs/pull/11
11+
* introduce LOG_TAGs, avoid repetitive prefixes by @drahnr in https://github.com/pyroscope-io/pyroscope-rs/pull/10
12+
* allow configurable accumulation_cycle by @drahnr in https://github.com/pyroscope-io/pyroscope-rs/pull/21
13+
* Add CI Targets by @omarabid in https://github.com/pyroscope-io/pyroscope-rs/pull/22
14+
* 0.4.0 release by @omarabid in https://github.com/pyroscope-io/pyroscope-rs/pull/23
15+
16+
## New Contributors
17+
* @drahnr made their first contribution in https://github.com/pyroscope-io/pyroscope-rs/pull/18
18+
19+
**Full Changelog**: https://github.com/pyroscope-io/pyroscope-rs/compare/0.3.1...lib-0.4.0
20+
21+
# v0.3.1
22+
Minor release with bug fixes.
23+
24+
## Bug Fixes
25+
- **session**: avoid breaking SessionManager if request fails ([Abid Omar](https://github.com/pyroscope-io/pyroscope-rs/commit/1254bcc9a3b0d76b7adbeb82ba21f33b875c0b39))
26+
- **typo**: variable name typo ([Abid Omar](https://github.com/pyroscope-io/pyroscope-rs/commit/0d8caffbe7855bec8158333dba2923cd07286a5f))
27+
- **pprof**: fix #12 ([Abid Omar](https://github.com/pyroscope-io/pyroscope-rs/commit/936d3d99a2cc82812bc8251fd2fbf8152a87d4cb))
28+
- **copyright**: fix #13 ([Abid Omar](https://github.com/pyroscope-io/pyroscope-rs/commit/b8eaf13137810df932e1b70e33b3ad3e25b65ece))
29+
30+
## Code Refactoring
31+
- **option**: replace unwrap for various Options ([Abid Omar](https://github.com/pyroscope-io/pyroscope-rs/commit/3fd4e794d74523855c66f65c0b7fc8ff9dfe4604))
32+
- **time**: add get_time_range ([Abid Omar](https://github.com/pyroscope-io/pyroscope-rs/commit/a6d4dbcef494b2bfe8016a817201499937cf3528))
33+
34+
# v0.3.0
35+
First stable release
36+
37+
# v0.0.2-alpha
38+
Second beta release
39+
40+
# v0.0.1-alpha
41+
Initial beta release
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# v0.1.0
2+
Initial release
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# v0.1.0
2+
Initial release
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# v0.1.0
2+
Initial release

pyroscope_cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# v0.1.0
2+
Initial release

0 commit comments

Comments
 (0)