Skip to content

Commit 4eb1914

Browse files
authored
feat: release 0.1.3 (#28)
2 parents 7504c38 + 41c5859 commit 4eb1914

File tree

3 files changed

+48
-3
lines changed

3 files changed

+48
-3
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
### Bug Fixes
10+
- merge conflict by @mempirate in
11+
https://github.com/chainbound/prometric/pull/26
12+
- fix CPU usage, no default feature by @mempirate in
13+
https://github.com/chainbound/prometric/pull/30
14+
- default scrape path /metrics by @mempirate in
15+
https://github.com/chainbound/prometric/pull/30
16+
- blocking issue by @mempirate in
17+
https://github.com/chainbound/prometric/pull/30
18+
### Documentation
19+
- fix docs by @mempirate in
20+
https://github.com/chainbound/prometric/pull/30
21+
- document process metrics by @mempirate in
22+
https://github.com/chainbound/prometric/pull/30
23+
- update README doc order by @mempirate in
24+
https://github.com/chainbound/prometric/pull/26
25+
- add exporter docs by @mempirate in
26+
https://github.com/chainbound/prometric/pull/26
27+
- add metric constructor documentation by @mempirate in
28+
https://github.com/chainbound/prometric/pull/25
29+
- more metric types documentation by @mempirate in
30+
https://github.com/chainbound/prometric/pull/21
31+
### Features
32+
- add exporter example by @mempirate in
33+
https://github.com/chainbound/prometric/pull/26
34+
- more docs, add formatting rules by @mempirate in
35+
https://github.com/chainbound/prometric/pull/26
36+
- add HTTP exporter utilities by @mempirate in
37+
https://github.com/chainbound/prometric/pull/26
38+
- don't collect system swap by @mempirate in
39+
https://github.com/chainbound/prometric/pull/30
40+
- add some system metrics by @mempirate in
41+
https://github.com/chainbound/prometric/pull/30
42+
- add default impl by @mempirate in
43+
https://github.com/chainbound/prometric/pull/30
44+
- add process metrics by @mempirate in
45+
https://github.com/chainbound/prometric/pull/30

Cargo.lock

Lines changed: 2 additions & 2 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.2"
6+
version = "0.1.3"
77
edition = "2024"
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/chainbound/prometric"

0 commit comments

Comments
 (0)