Skip to content

Commit 0836720

Browse files
committed
chore: bump to 0.13.0
1 parent 01dbc0e commit 0836720

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.12.0"
3+
version = "0.13.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
@@ -100,7 +100,7 @@ Add to your `Cargo.toml`:
100100

101101
```toml
102102
[dependencies]
103-
string_pipeline = "0.12.0"
103+
string_pipeline = "0.13.0"
104104
```
105105

106106
## 🏃 Quick Start

docs/benchmarking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Good for **automation**, **scripts**, and **data processing**:
146146
"map_operations": [...]
147147
},
148148
"timestamp": "2024-01-15T10:30:45Z",
149-
"version": "0.12.0"
149+
"version": "0.13.0"
150150
}
151151
```
152152

@@ -430,7 +430,7 @@ Map: split + map(replace) + join 49.16μs 42.90μs
430430
]
431431
},
432432
"timestamp": "2024-01-15T10:30:45Z",
433-
"version": "0.12.0"
433+
"version": "0.13.0"
434434
}
435435
```
436436

docs/command-line-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ string-pipeline --help
331331

332332
# 🏷️ Version information
333333
string-pipeline --version
334-
# string-pipeline 0.12.0
334+
# string-pipeline 0.13.0
335335

336336
# 📋 List all operations
337337
string-pipeline --list-operations

0 commit comments

Comments
 (0)