Skip to content

Commit c191f25

Browse files
committed
Release 0.0.1
1 parent f553410 commit c191f25

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/).
6+
7+
## [0.0.1] - 2026-04-10
8+
9+
### Added
10+
11+
- Flame graph profile processor that filters and encodes to pprof protobuf
12+
- Profile filter that removes functions below a configurable time threshold with small subtree consolidation
13+
- pprof protobuf encoder with string table deduplication
14+
- Low-level protobuf encoding primitives
15+
- CI workflow for ubuntu x86, ubuntu ARM, and macOS
16+
- MIT license

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.name = .flame_on_processor,
1010
// This is a [Semantic Version](https://semver.org/).
1111
// In a future version of Zig it will be used for package deduplication.
12-
.version = "0.0.0",
12+
.version = "0.0.1",
1313
// Together with name, this represents a globally unique package
1414
// identifier. This field is generated by the Zig toolchain when the
1515
// package is first created, and then *never changes*. This allows

0 commit comments

Comments
 (0)