Skip to content

Commit 113e44e

Browse files
committed
chore(changelog): update changelog
1 parent eb89a99 commit 113e44e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.9.0](https://github.com/lalvarezt/string_pipeline/compare/0.8.1..0.9.0) - 2025-06-06
7+
8+
### 🚜 Refactor
9+
10+
- *(parser)* [**breaking**] Merge strip and trim functionality, now trim allows for custom charset - ([cbcfd24](https://github.com/lalvarezt/string_pipeline/commit/cbcfd24da56091eff4f5960b44927ecea4ff3f08))
11+
12+
### 📚 Documentation
13+
14+
- *(readme)* Improved documentation, edge cases, examples - ([d1bc63f](https://github.com/lalvarezt/string_pipeline/commit/d1bc63fb4f28d8f74adb4f7d0218fe92cae3a7ff))
15+
- *(readme)* Updated readme and split template system to a separate file - ([e9e7af1](https://github.com/lalvarezt/string_pipeline/commit/e9e7af1374faa52db788f883717acc225d7e505e))
16+
- *(template)* Improved documentation, edge cases, examples - ([69e5d59](https://github.com/lalvarezt/string_pipeline/commit/69e5d59ab8b987351049137753041abc59e99524))
17+
18+
### ⚡ Performance
19+
20+
- *(parser)* Minor performance changes, preallocations and early exits - ([4e1722e](https://github.com/lalvarezt/string_pipeline/commit/4e1722edece1596aa40dfe78590911c50cbf72c6))
21+
22+
### ⚙️ Miscellaneous Tasks
23+
24+
- Bump to 0.9.0 - ([eb89a99](https://github.com/lalvarezt/string_pipeline/commit/eb89a99667b7b7a47e263b8211000b1dbb80e74f))
25+
26+
627
## [0.8.1](https://github.com/lalvarezt/string_pipeline/compare/0.8.0..0.8.1) - 2025-06-05
728

829
### 🐛 Bug Fixes
@@ -24,6 +45,7 @@ All notable changes to this project will be documented in this file.
2445

2546
### ⚙️ Miscellaneous Tasks
2647

48+
- *(changelog)* Update changelog - ([743b75e](https://github.com/lalvarezt/string_pipeline/commit/743b75edba85e9cee4ed4fbc03505ba377c67c87))
2749
- Bump to 0.8.1 - ([a49cd64](https://github.com/lalvarezt/string_pipeline/commit/a49cd64990b750d55629d107a7f43075e2b2e37d))
2850

2951

0 commit comments

Comments
 (0)