Skip to content

Commit

Permalink
release v0.6.0 (#156)
Browse files Browse the repository at this point in the history
* release v0.6.0

* revert unintended crate updates
  • Loading branch information
mellowagain authored Nov 2, 2023
1 parent d8f1696 commit be007e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

-

## [0.6.0]

- 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)
- Add new endpoint `/api/functions` listing all autometrics'd functions in the current
working directory
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default-members = ["am"]
resolver = "2"

[workspace.package]
version = "0.5.0"
version = "0.6.0"
edition = "2021"
authors = ["Fiberplane <[email protected]>"]
documentation = "https://docs.rs/autometrics-am"
Expand Down

0 comments on commit be007e1

Please sign in to comment.