Skip to content

Commit ed88777

Browse files
Merge pull request Pipelex#114 from Pipelex/dev
dev to release/v0.4.6
2 parents f81886a + 5017825 commit ed88777

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [v0.4.6] - 2025-06-24
4+
5+
- Changed the link to the doc in the `README.md`: https://docs.pipelex.com
6+
37
## [v0.4.5] - 2025-06-23
48

59
### Changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div>
88
<a href="https://www.pipelex.com/demo"><strong>Demo</strong></a> -
9-
<a href="https://github.com/Pipelex/pipelex/blob/main/docs/Documentation.md"><strong>Documentation</strong></a> -
9+
<a href="https://docs.pipelex.com/"><strong>Documentation</strong></a> -
1010
<a href="https://github.com/Pipelex/pipelex/issues"><strong>Report Bug</strong></a> -
1111
<a href="https://github.com/Pipelex/pipelex/discussions"><strong>Feature Request</strong></a>
1212
</div>
@@ -263,7 +263,7 @@ class optimize_tweet_sequence sub_a;
263263
```
264264

265265

266-
### 3. wait… no, there is not 3, you're done!
266+
### 3. wait… no, there is no step 3, you're done!
267267

268268
---
269269

@@ -281,7 +281,7 @@ Join our vibrant Discord community to connect with other developers, share your
281281

282282
- **GitHub Issues**: For bug reports and feature requests
283283
- **Discussions**: For questions and community discussions
284-
- [**Documentation**](docs/Documentation.md)
284+
- [**Documentation**](https://docs.pipelex.com/)
285285

286286
## ⭐ Star Us!
287287

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ extra:
3838
- icon: fontawesome/brands/github
3939
link: https://github.com/Pipelex/pipelex
4040
name: Pipelex on GitHub
41+
- icon: fontawesome/brands/python
42+
link: https://pypi.org/project/kajson/
43+
name: kajson on PyPI
4144
- icon: fontawesome/brands/twitter
4245
link: https://x.com/PipelexAI
4346
name: Pipelex on X

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.4.5"
3+
version = "0.4.6"
44
description = "Pipelex is an open-source dev tool based on a simple declarative language that lets you define replicable, structured, composable LLM pipelines."
55
authors = [{ name = "Evotis S.A.S.", email = "evotis@pipelex.com" }]
66
maintainers = [{ name = "Pipelex staff", email = "oss@pipelex.com" }]

0 commit comments

Comments
 (0)