File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.22.2]
8
+
9
+ ### Added
10
+
11
+ - Added ` Gauge<u32, AtomicU32> ` implementation.
12
+ See [ PR 191] .
13
+
14
+ [ PR 191 ] : https://github.com/prometheus/client_rust/pull/191
15
+
7
16
## [ 0.22.1]
8
17
9
18
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " prometheus-client"
3
- version = " 0.22.1 "
3
+ version = " 0.22.2 "
4
4
authors = [" Max Inden <mail@max-inden.de>" ]
5
5
edition = " 2021"
6
6
description = " Open Metrics client library allowing users to natively instrument applications."
You can’t perform that action at this time.
0 commit comments