Skip to content

Commit 04fce2f

Browse files
authored
prometheus: release 0.13.4 (#520)
Signed-off-by: Luca BRUNO <[email protected]>
1 parent 6e435db commit 04fce2f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.13.4
4+
5+
- Improvement: Add PullingGauge (#405)
6+
7+
- Improvement: Let cargo know which example requires which features (#511)
8+
9+
- Bug fix: Prevent `clippy::ignored_unit_patterns` in macro expansions (#497)
10+
11+
- Internal change: Add CI job for minimum toolchain (MSRV) (#467)
12+
13+
- Internal change: Update CI to `actions/checkout@v4` (#499)
14+
15+
- Internal change: Update dependencies
16+
317
## 0.13.3
418

519
- Bug fix: Prevent ProcessCollector underflow with CPU time counter (#465)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
name = "prometheus"
1010
readme = "README.md"
1111
repository = "https://github.com/tikv/rust-prometheus"
12-
version = "0.13.3"
12+
version = "0.13.4"
1313

1414
[package.metadata.docs.rs]
1515
features = ["nightly"]

0 commit comments

Comments
 (0)