Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 68b1d2a

Browse files
committedMar 6, 2024·
update changelog and crate version
Signed-off-by: koushiro <[email protected]>
1 parent ae4b6e7 commit 68b1d2a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
716
## [0.22.1]
817

918
### Added

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prometheus-client"
3-
version = "0.22.1"
3+
version = "0.22.2"
44
authors = ["Max Inden <mail@max-inden.de>"]
55
edition = "2021"
66
description = "Open Metrics client library allowing users to natively instrument applications."

0 commit comments

Comments
 (0)
Please sign in to comment.