Skip to content

Commit ce22f2d

Browse files
committed
chore(CHANGELOG): address review comments
this commit addresses some chores related to the package manifest, and the changelog, noticed in review. see: - <prometheus#243 (comment)> - <prometheus#243 (comment)>
1 parent 1e216f1 commit ce22f2d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ 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.24.0] - unreleased
7+
## [0.23.1] - unreleased
8+
9+
### Changed
810

911
- `Histogram::new` now accepts an `IntoIterator` argument, rather than an `Iterator`.
1012
See [PR 243].

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prometheus-client"
3-
version = "0.23.0"
3+
version = "0.23.1"
44
authors = ["Max Inden <[email protected]>"]
55
edition = "2021"
66
description = "Open Metrics client library allowing users to natively instrument applications."

0 commit comments

Comments
 (0)