From 68e908c26c35296b3579f31203a95d4d3a8382ff Mon Sep 17 00:00:00 2001 From: Max Inden Date: Sat, 10 Dec 2022 14:24:47 +0100 Subject: [PATCH] *: Preapre v0.19.0-alpha.2 (#116) Signed-off-by: Max Inden --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06867a..96ad8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.19.0-alpha] +## [0.19.0-alpha.2] This is a large release including multiple breaking changes. Major user-facing improvement of this release is support for the OpenMetrics Protobuf format. diff --git a/Cargo.toml b/Cargo.toml index 5295f7a..330f91e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prometheus-client" -version = "0.19.0-alpha" +version = "0.19.0-alpha.2" authors = ["Max Inden "] edition = "2021" description = "Open Metrics client library allowing users to natively instrument applications."