Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump release to 0.2.5 #26

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "lustrefs-exporter"
version = "0.2.4"
version = "0.2.5"

[dependencies]
lustre_collector = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prometheus-lustrefs-exporter (0.2.4-0.1) unstable; urgency=medium
prometheus-lustrefs-exporter (0.2.5-0.1) unstable; urgency=medium

* New release.

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