Skip to content

Commit

Permalink
static-metric: Prepare release v0.5.1 (#383)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Inden <[email protected]>
  • Loading branch information
mxinden authored Jan 8, 2021
1 parent 16dfe55 commit 77756f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions static-metric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for prometheus-static-metric

## 0.5.1

- Import `TokenStream` via `proc_macro` instead of `syn` to support `syn`
`>= 1.0.58` (https://github.com/tikv/rust-prometheus/issues/378).

## 0.5.0

- Bug fix: Allow not specifying visibility token (e.g. `pub(crate)`) for metric definition.
Expand Down
2 changes: 1 addition & 1 deletion static-metric/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prometheus-static-metric"
version = "0.5.0"
version = "0.5.1"
license = "Apache-2.0"
authors = ["[email protected]"]
description = "Static metric helper utilities for rust-prometheus."
Expand Down

0 comments on commit 77756f1

Please sign in to comment.