Skip to content

Commit fc8aa9a

Browse files
authored
chore: Prepare v0.19.0 (#119)
Signed-off-by: Max Inden <[email protected]>
1 parent 68e908c commit fc8aa9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
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.19.0-alpha.2]
7+
## [0.19.0]
88

99
This is a large release including multiple breaking changes. Major user-facing
1010
improvement of this release is support for the OpenMetrics Protobuf format.

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.19.0-alpha.2"
3+
version = "0.19.0"
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)