From 0a86b7f6f15f7c9be88ca3bb2a859fcd241d1a34 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 22 Dec 2022 20:22:55 +0100 Subject: [PATCH] chore: Prepare v0.19.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ad8a3..b7ec426 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.2] +## [0.19.0] 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 330f91e..6e1d39f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prometheus-client" -version = "0.19.0-alpha.2" +version = "0.19.0" authors = ["Max Inden "] edition = "2021" description = "Open Metrics client library allowing users to natively instrument applications."