Skip to content

Commit a49cd64

Browse files
committed
chore: bump to 0.8.1
1 parent 1e52190 commit a49cd64

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.8.0"
3+
version = "0.8.1"
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
@@ -61,7 +61,7 @@ Find the crate on [crates.io](https://crates.io/crates/string_pipeline):
6161

6262
```toml
6363
[dependencies]
64-
string_pipeline = "0.8.0"
64+
string_pipeline = "0.8.1"
6565
```
6666

6767
---

0 commit comments

Comments
 (0)