Skip to content

Commit 2454007

Browse files
committed
chore: bump to 0.6.0
1 parent 73ce4f0 commit 2454007

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "string_pipeline"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2024"
55
authors = ["Luis M Alvarez"]
66
description = "A flexible, template-driven string transformation pipeline for Rust."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Find the crate on [crates.io](https://crates.io/crates/string_pipeline):
5656

5757
```toml
5858
[dependencies]
59-
string_pipeline = "0.5.0"
59+
string_pipeline = "0.6.0"
6060
```
6161

6262
---

0 commit comments

Comments
 (0)