Skip to content

Commit

Permalink
bump version to v1.0.0 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowagain authored Dec 1, 2023
1 parent 8600582 commit 1c6ae63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [Unreleased]
## Unreleased

-

## [1.0.0] - 2023-12-01

### Breaking changes

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.6.0"
version = "1.0.0"
edition = "2021"
authors = ["Fiberplane <[email protected]>", "Evan Schwartz <[email protected]>"]
description = " Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry."
Expand All @@ -21,4 +21,4 @@ members = [
exclude = ["examples/data", "examples/target"]

[workspace.dependencies]
autometrics-macros = { version = "0.6.0", path = "autometrics-macros" }
autometrics-macros = { version = "1.0.0", path = "autometrics-macros" }

0 comments on commit 1c6ae63

Please sign in to comment.