Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Aug 6, 2024
1 parent ffa7acf commit 376c305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Nick Babcock <nbabcock19@hotmail.com>"]
name = "collectd-plugin"
version = "0.14.1-pre"
version = "0.15.0"
description = "Provides ergonomic API ontop of collectd's C interface and macro for defining plugins easier"
repository = "https://github.com/nickbabcock/collectd-rust-plugin"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add to your `Cargo.toml`:

```toml
[dependencies]
collectd-plugin = "0.14.0"
collectd-plugin = "0.15.0"
```

[Serde](https://github.com/serde-rs/serde) support is enabled by default for configuration parsing.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//!
//! ```toml
//! [dependencies]
//! collectd-plugin = "0.14.0"
//! collectd-plugin = "0.15.0"
//! ```
//!
//! Rust 1.33 or later is needed to build.
Expand Down

0 comments on commit 376c305

Please sign in to comment.