Skip to content

Commit 743b75e

Browse files
committed
chore(changelog): update changelog
1 parent a49cd64 commit 743b75e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
<!-- ignore lint rules that are often triggered by content generated from commits / git-cliff -->
55
<!-- markdownlint-disable line-length no-bare-urls ul-style emphasis-style -->
6+
## [0.8.1](https://github.com/lalvarezt/string_pipeline/compare/0.8.0..0.8.1) - 2025-06-05
7+
8+
### 🐛 Bug Fixes
9+
10+
- *(pest)* Remove invalid operations from map - ([f6deb58](https://github.com/lalvarezt/string_pipeline/commit/f6deb58ad3733f1499d7a08a66cc9718e29ea7c1))
11+
- *(pest)* Issue with closing braces in nested map extract_regex - ([59ba12d](https://github.com/lalvarezt/string_pipeline/commit/59ba12d87b8aa037c319cdf874c69b3a4490848c))
12+
13+
### 🚜 Refactor
14+
15+
- *(parser)* Shuffle some things around to make the code more expressive and hopefully maintainable - ([1e52190](https://github.com/lalvarezt/string_pipeline/commit/1e521908f824a624d0f6f20e845df11bfdc07699))
16+
17+
### ⚡ Performance
18+
19+
- *(pest)* Simplify grammar, remove unnecessary lookaheads - ([521a006](https://github.com/lalvarezt/string_pipeline/commit/521a0060886fd89e0462931dea5f8e6b7f25678d))
20+
21+
### 🧪 Testing
22+
23+
- *(pipeline)* Add new tests for map functionality - ([d685f63](https://github.com/lalvarezt/string_pipeline/commit/d685f63c251acfccab6c63288b11155a2816ca48))
24+
25+
### ⚙️ Miscellaneous Tasks
26+
27+
- Bump to 0.8.1 - ([a49cd64](https://github.com/lalvarezt/string_pipeline/commit/a49cd64990b750d55629d107a7f43075e2b2e37d))
28+
29+
630
## [0.8.0](https://github.com/lalvarezt/string_pipeline/compare/0.7.0..0.8.0) - 2025-06-04
731

832
### ⛰️ Features
@@ -24,8 +48,10 @@ All notable changes to this project will be documented in this file.
2448

2549
### ⚙️ Miscellaneous Tasks
2650

51+
- *(changelog)* Update changelog - ([7ded77f](https://github.com/lalvarezt/string_pipeline/commit/7ded77f2be3f0b1e1fe30d9de218938b9e02aaa2))
2752
- Bump to 0.8.0 - ([8f54253](https://github.com/lalvarezt/string_pipeline/commit/8f5425379ed3c12de551b7cd2e79eea352400e85))
2853

54+
2955
## [0.7.0](https://github.com/lalvarezt/string_pipeline/compare/0.6.0..0.7.0) - 2025-06-03
3056

3157
### ⛰️ Features
@@ -73,6 +99,7 @@ All notable changes to this project will be documented in this file.
7399
- *(changelog)* Update changelog - ([1da1f0b](https://github.com/lalvarezt/string_pipeline/commit/1da1f0bb804607e68c465082e96857b8f746c77d))
74100
- Bump to 0.6.0 - ([2454007](https://github.com/lalvarezt/string_pipeline/commit/2454007ec7f35755e8edd101d410a50f5b990fbc))
75101

102+
76103
## [0.5.0](https://github.com/lalvarezt/string_pipeline/compare/0.4.0..0.5.0) - 2025-06-02
77104

78105
### ⛰️ Features
@@ -100,6 +127,7 @@ All notable changes to this project will be documented in this file.
100127

101128
- QoL workflow - ([13b82b1](https://github.com/lalvarezt/string_pipeline/commit/13b82b1487dc939356b409c5eeac3a5b306e3bcc))
102129

130+
103131
## [0.4.0](https://github.com/lalvarezt/string_pipeline/compare/0.3.1..0.4.0) - 2025-06-02
104132

105133
### ⛰️ Features
@@ -132,12 +160,14 @@ All notable changes to this project will be documented in this file.
132160

133161
- Add release workflow - ([4385840](https://github.com/lalvarezt/string_pipeline/commit/4385840ea1e0ebe92ff56b7cfbafe39992937d4b))
134162

163+
135164
## [0.3.0](https://github.com/lalvarezt/string_pipeline/compare/0.2.0..0.3.0) - 2025-06-01
136165

137166
### 🚜 Refactor
138167

139168
- Split into library and cli - ([dd647eb](https://github.com/lalvarezt/string_pipeline/commit/dd647eb9a3590b7dbdf9d42c39e843e65545a39b))
140169

170+
141171
## [0.2.0] - 2025-05-31
142172

143173
### ⚙️ Miscellaneous Tasks

0 commit comments

Comments
 (0)