Skip to content

Commit 7365ba3

Browse files
committed
Prepare 0.5.0 release
1 parent f982cba commit 7365ba3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ All user visible changes to this project will be documented in this file. This p
66

77

88

9+
## [0.5.0] · 2023-09-06
10+
[0.5.0]: /../../tree/v0.5.0
11+
12+
[Diff](/../../compare/v0.4.1...v0.5.0)
13+
14+
### Changed
15+
16+
- Relicensed from "[BlueOak-1.0.0]" as "[MIT] OR [Apache-2.0]". ([f982cbaa], [#8])
17+
18+
[Apache-2.0]: /../../blob/v0.5.0/LICENSE-APACHE
19+
[BlueOak-1.0.0]: /../../blob/v0.4.1/LICENSE.md
20+
[MIT]: /../../blob/v0.5.0/LICENSE
21+
[f982cbaa]: /../../commit/f982cbaabcefb976e54159a9c758b19712b156ef
22+
[#8]: /../../pull/8
23+
24+
25+
26+
927
## [0.4.1] · 2023-04-25
1028
[0.4.1]: /../../tree/v0.4.1
1129

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metrics-prometheus"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55
rust-version = "1.65"
66
description = "`prometheus` backend for `metrics` crate."

0 commit comments

Comments
 (0)