Skip to content

Commit fcc74c3

Browse files
authoredAug 30, 2023
Release 0.4.0 (#132)
1 parent 30bff9e commit fcc74c3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.0]
11+
1012
- Dump logs if prometheus or pushgateway return a non 0 exit code (#122)
1113
- Change the default explorer endpoint of when using `am explorer` (#120)
1214
- Update all depdencies (#124)

‎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.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Fiberplane <info@fiberplane.com>"]
66
description = ""

0 commit comments

Comments
 (0)
Please sign in to comment.