Skip to content

Commit 4bca5ee

Browse files
committed
chore: bump to 0.11.0
1 parent 20b3fc7 commit 4bca5ee

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.10.0"
3+
version = "0.11.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
@@ -127,7 +127,7 @@ Add to your `Cargo.toml`:
127127

128128
```toml
129129
[dependencies]
130-
string_pipeline = "0.10.0"
130+
string_pipeline = "0.11.0"
131131
```
132132

133133
## 🏃 Quick Start

docs/benchmarking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Good for **automation**, **scripts**, and **data processing**:
144144
"map_operations": [...]
145145
},
146146
"timestamp": "2024-01-15T10:30:45Z",
147-
"version": "0.10.0"
147+
"version": "0.11.0"
148148
}
149149
```
150150

@@ -428,7 +428,7 @@ Map: split + map(replace) + join 49.16μs 42.90μs
428428
]
429429
},
430430
"timestamp": "2024-01-15T10:30:45Z",
431-
"version": "0.10.0"
431+
"version": "0.11.0"
432432
}
433433
```
434434

docs/command-line-options.md

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

378378
# 🏷️ Version information
379379
string-pipeline --version
380-
# string-pipeline 0.10.0
380+
# string-pipeline 0.11.0
381381

382382
# 📋 List all operations
383383
string-pipeline --list-operations

0 commit comments

Comments
 (0)