Skip to content

Commit

Permalink
metriken-core v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swlynch99 committed Dec 12, 2024
1 parent d6cbdad commit 26dbac7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 4 additions & 0 deletions metriken-core/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.1.3
### Fixed
- Fixed missing metric metadata on dynamic metrics.

## 0.1.2
### Added
- Add `Metric::provide` method and `request_[ref|value]` APIs.
Expand Down
2 changes: 1 addition & 1 deletion metriken-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metriken-core"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = [
"Brian Martin <brian@iop.systems>",
Expand Down

0 comments on commit 26dbac7

Please sign in to comment.