We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e908c commit fc8aa9aCopy full SHA for fc8aa9a
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [0.19.0-alpha.2]
+## [0.19.0]
8
9
This is a large release including multiple breaking changes. Major user-facing
10
improvement of this release is support for the OpenMetrics Protobuf format.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "prometheus-client"
3
-version = "0.19.0-alpha.2"
+version = "0.19.0"
authors = ["Max Inden <[email protected]>"]
edition = "2021"
description = "Open Metrics client library allowing users to natively instrument applications."
0 commit comments