Skip to content

Commit 1981535

Browse files
authored
release v0.2.0 (#95)
* update `Cargo.toml` version * update changelog * pr review
1 parent 8c9e941 commit 1981535

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
-
11+
12+
## [0.2.0]
13+
1014
- Make logging less verbose, and introduce a `--verbose` flag to verbose logging (#62)
1115
- Use host and port for job name in Prometheus target list (#66)
1216
- Prometheus/Pushgateway data directory no longer defaults to current working directory (#76)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autometrics-am"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Fiberplane <[email protected]>"]
66
description = ""

0 commit comments

Comments
 (0)