Skip to content

Commit be007e1

Browse files
authored
release v0.6.0 (#156)
* release v0.6.0 * revert unintended crate updates
1 parent d8f1696 commit be007e1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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.6.0]
13+
1014
- Proxy static assets for explorer instead of loading them directly from explorer.autometrics.dev. This url is also configurable so it is easier to use explorer hosted on a different URL (#142)
1115
- Add new endpoint `/api/functions` listing all autometrics'd functions in the current
1216
working directory

Cargo.lock

+3-3
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
@@ -8,7 +8,7 @@ default-members = ["am"]
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "0.5.0"
11+
version = "0.6.0"
1212
edition = "2021"
1313
authors = ["Fiberplane <[email protected]>"]
1414
documentation = "https://docs.rs/autometrics-am"

0 commit comments

Comments
 (0)