Skip to content

Commit 1e0334d

Browse files
feat: release 0.1.4
1 parent 20ba721 commit 1e0334d

File tree

3 files changed

+32
-11
lines changed

3 files changed

+32
-11
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Bug Fixes
10+
- fix thread usage by @mempirate in
11+
https://github.com/chainbound/prometric/pull/39
12+
- don't enable feature by default by @mempirate in
13+
https://github.com/chainbound/prometric/pull/33
14+
### Documentation
15+
- update lib docs + README by @mempirate in
16+
https://github.com/chainbound/prometric/pull/38
17+
- update lib docs + README by @mempirate in
18+
https://github.com/chainbound/prometric/pull/38
19+
- update lib docs + README by @mempirate in
20+
https://github.com/chainbound/prometric/pull/33
21+
- update doc comment by @mempirate in
22+
https://github.com/chainbound/prometric/pull/33
23+
### Features
24+
- support expressions that evalute into a Vec<f64> for buckets by @thedevbirb in
25+
https://github.com/chainbound/prometric/pull/37
26+
- add thread busyness stats by @mempirate in
27+
https://github.com/chainbound/prometric/pull/38
28+
- add collection time metric, more system stats by @mempirate in
29+
https://github.com/chainbound/prometric/pull/33
930

1031
### Bug Fixes
1132

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["prometric-derive", "prometric"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.3"
6+
version = "0.1.4"
77
edition = "2024"
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/chainbound/prometric"

0 commit comments

Comments
 (0)