|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | +<!-- ignore lint rules that are often triggered by content generated from commits / git-cliff --> |
| 5 | +<!-- markdownlint-disable line-length no-bare-urls ul-style emphasis-style --> |
| 6 | +## [0.4.0](https://github.com/lalvarezt/string_pipeline/compare/0.3.1..0.4.0) - 2025-06-02 |
| 7 | + |
| 8 | +### ⛰️ Features |
| 9 | + |
| 10 | +- *(changelog)* Add git-cliff - ([d8a3b99](https://github.com/lalvarezt/string_pipeline/commit/d8a3b9971970ca4e88dd19845e24406397f838e0)) |
| 11 | +- *(parser)* Add shorthand support {n..m} - ([48a8d4e](https://github.com/lalvarezt/string_pipeline/commit/48a8d4e0d459a7ffe3183a3c07846ee7d5602e48)) |
| 12 | +- *(parser)* [**breaking**] Migrate codebase to pest parser - ([fcf0731](https://github.com/lalvarezt/string_pipeline/commit/fcf0731e6f525e9c7d03f53ed6b8ed08dc09b830)) |
| 13 | + |
| 14 | +### 📚 Documentation |
| 15 | + |
| 16 | +- *(readme)* Added crate information - ([47ea4a5](https://github.com/lalvarezt/string_pipeline/commit/47ea4a5cf7648e0c45058c37b2312995ee0eb125)) |
| 17 | +- Added crate information - ([de2ef28](https://github.com/lalvarezt/string_pipeline/commit/de2ef28a44c3bd4dcaa2676767e72872d93e9710)) |
| 18 | + |
| 19 | +### 🧪 Testing |
| 20 | + |
| 21 | +- *(parser)* Some refactoring and adding more tests - ([bad7d62](https://github.com/lalvarezt/string_pipeline/commit/bad7d629c8a888a9874c34bc00546ebc75c23114)) |
| 22 | + |
| 23 | +### ⚙️ Miscellaneous Tasks |
| 24 | + |
| 25 | +- Bump to 0.4.0 - ([351f1b1](https://github.com/lalvarezt/string_pipeline/commit/351f1b1af22300b14009ea21f03ad19b2fd1a124)) |
| 26 | + |
| 27 | +## New Contributors ❤️ |
| 28 | + |
| 29 | +* @lalvarezt-bw made their first contribution |
| 30 | + |
| 31 | +## [0.3.1](https://github.com/lalvarezt/string_pipeline/compare/0.3.0..0.3.1) - 2025-06-01 |
| 32 | + |
| 33 | +### Build |
| 34 | + |
| 35 | +- Add release workflow - ([4385840](https://github.com/lalvarezt/string_pipeline/commit/4385840ea1e0ebe92ff56b7cfbafe39992937d4b)) |
| 36 | + |
| 37 | + |
| 38 | +## [0.3.0](https://github.com/lalvarezt/string_pipeline/compare/0.2.0..0.3.0) - 2025-06-01 |
| 39 | + |
| 40 | +### 🚜 Refactor |
| 41 | + |
| 42 | +- Split into library and cli - ([dd647eb](https://github.com/lalvarezt/string_pipeline/commit/dd647eb9a3590b7dbdf9d42c39e843e65545a39b)) |
| 43 | + |
| 44 | + |
| 45 | +## [0.2.0] - 2025-05-31 |
| 46 | + |
| 47 | +### ⚙️ Miscellaneous Tasks |
| 48 | + |
| 49 | +- Bump version - ([2e58735](https://github.com/lalvarezt/string_pipeline/commit/2e58735f9a2153702b1575edb05078c4c6293011)) |
| 50 | + |
| 51 | +## New Contributors ❤️ |
| 52 | + |
| 53 | +* @lalvarezt made their first contribution |
| 54 | + |
| 55 | +<!-- generated by git-cliff --> |
0 commit comments