Skip to content

Commit

Permalink
chore(CHANGELOG): address review comments
Browse files Browse the repository at this point in the history
this commit addresses some chores related to the package manifest, and
the changelog, noticed in review.

see:

- <prometheus#243 (comment)>
- <prometheus#243 (comment)>

Signed-off-by: katelyn martin <[email protected]>
  • Loading branch information
cratelyn committed Jan 15, 2025
1 parent 1e216f1 commit 984d76f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.24.0] - unreleased
## [0.23.1] - unreleased

### Changed

- `Histogram::new` now accepts an `IntoIterator` argument, rather than an `Iterator`.
See [PR 243].
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prometheus-client"
version = "0.23.0"
version = "0.23.1"
authors = ["Max Inden <[email protected]>"]
edition = "2021"
description = "Open Metrics client library allowing users to natively instrument applications."
Expand Down

0 comments on commit 984d76f

Please sign in to comment.