Skip to content

Commit bf08e49

Browse files
authored
CHANGELOG.md: Prepare v0.18.0 (#80)
1 parent 818c5c8 commit bf08e49

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.18.0] - unreleased
7+
## [0.18.0]
88

99
### Changed
1010

@@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
replacing `owning_ref` with a similar crate, we switch to locking via
1717
`parking_lot` which supports the above mapping natively.
1818

19+
See [PR 78] and [issue 77].
20+
21+
[PR 78]: https://github.com/prometheus/client_rust/pull/78
22+
[issue 77]: https://github.com/prometheus/client_rust/issues/77
23+
1924
## [0.17.0]
2025

2126
### Changed

0 commit comments

Comments
 (0)