Skip to content

Commit 351f1b1

Browse files
committed
chore: bump to 0.4.0
1 parent c48ebb3 commit 351f1b1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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.3.1"
3+
version = "0.4.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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ You can find this crate on [crates.io](https://crates.io/crates/string_pipeline)
3737

3838
```toml
3939
[dependencies]
40-
string_pipeline = "0.3.0"
40+
string_pipeline = "0.4.0"
4141
```
4242

4343
## 🚀 Usage
4444

45-
4645
### As a CLI
4746

4847
```sh

0 commit comments

Comments
 (0)