Skip to content

Commit

Permalink
Bump to 0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Grund <[email protected]>
  • Loading branch information
jgrund committed Aug 13, 2024
1 parent 9e19c1b commit 7cd6004
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 36 deletions.
65 changes: 33 additions & 32 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resolver = "2"
authors = ["EMF Team <[email protected]>"]
edition = "2021"
license = "MIT"
version = "0.9.0"
version = "0.9.1"

[workspace.lints.rust]
unreachable_pub = "deny"
Expand All @@ -33,5 +33,5 @@ tracing-subscriber = {version = "0.3", features = ["env-filter"]}
lto = true

[profile.profiling]
inherits = "release"
debug = true
inherits = "release"
2 changes: 1 addition & 1 deletion lustrefs-exporter/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prometheus-lustrefs-exporter (0.9.0-0.1) unstable; urgency=medium
prometheus-lustrefs-exporter (0.9.1-0.1) unstable; urgency=medium

* New release.

Expand Down
2 changes: 1 addition & 1 deletion lustrefs-exporter/lustrefs_exporter.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: lustrefs_exporter
Version: 0.9.0
Version: 0.9.1
Release: 1%{?dist}
Summary: prometheus exporter for lustre
License: MIT
Expand Down

0 comments on commit 7cd6004

Please sign in to comment.