Skip to content

Commit 51483b5

Browse files
authored
Merge pull request #408 from Pipelex/release/v0.14.1
2 parents b744d07 + 7dd619f commit 51483b5

5 files changed

Lines changed: 344 additions & 290 deletions

File tree

10.4 MB
Loading

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.14.1] - 2025-10-27
4+
5+
### Added
6+
7+
- Tutorial GIF on the README.md file.
8+
39
## [v0.14.0] - 2025-10-27
410

511
### Added

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ Write business logic, not API calls.</p>
2525
<a href="https://github.com/Pipelex/pipelex-cookbook"><img src="https://img.shields.io/badge/Cookbook-5a0dad?logo=github&logoColor=white&style=flat" alt="Cookbook"></a>
2626
<a href="https://docs.pipelex.com/"><img src="https://img.shields.io/badge/Docs-03bb95?logo=read-the-docs&logoColor=white&style=flat" alt="Documentation"></a>
2727
<a href="https://docs.pipelex.com/changelog/"><img src="https://img.shields.io/badge/Changelog-03bb95?logo=git&logoColor=white&style=flat" alt="Changelog"></a>
28-
<br/>
28+
<br/>
2929
<br/>
3030
</div>
3131

32+
![Pipelex Tutorial](https://raw.githubusercontent.com/Pipelex/pipelex/dev/.github/assets/pipelex-tutorial-v2.gif)
33+
34+
3235
# 🚀 Quick start
3336

3437
## 1. Install Pipelex
@@ -283,7 +286,6 @@ This installs rules for Cursor, Claude, OpenAI Codex, GitHub Copilot, Windsurf,
283286

284287
- "Include confidence scores between 0 and 100 in the match analysis"
285288
- "Write a recap email at the end"
286-
- "Add error handling for invalid inputs"
287289

288290
<div>
289291
<h2 align="center">🚀 See Pipelex in Action</h2>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pipelex"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "The open standard for repeatable AI workflows. Write business logic, not API calls."
55
authors = [{ name = "Evotis S.A.S.", email = "oss@pipelex.com" }]
66
maintainers = [{ name = "Pipelex staff", email = "oss@pipelex.com" }]

0 commit comments

Comments
 (0)