You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## [v0.5.1] - 2025-07-09
4
+
5
+
## Fixed
6
+
7
+
- Fixed the `ConceptFactory.make_from_blueprint` method: Concepts defined in single-line format no longer automatically refine `TextContent` when a structure class with the same name exists
8
+
-`ConceptFactory.make_concept_from_definition` is now `ConceptFactory.make_concept_from_definition_str`
9
+
10
+
## Added
11
+
12
+
- Bumped `kajson` to `v0.3.0`: Introducing `MetaSingleton` for better singleton management
13
+
- Unit tests for `ConceptLibrary.is_compatible_by_concept_code`
14
+
3
15
## [v0.5.0] - 2025-07-01
4
16
5
17
### Highlight: Vibe Coding an AI workflow becomes a reality
Copy file name to clipboardExpand all lines: pyproject.toml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "pipelex"
3
-
version = "0.5.0"
3
+
version = "0.5.1"
4
4
description = "Pipelex is an open-source dev tool based on a simple declarative language that lets you define replicable, structured, composable LLM pipelines."
0 commit comments