Skip to content

Commit 580d87e

Browse files
committed
add changelog v0.5.1
1 parent 91095f5 commit 580d87e

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
315
## [v0.5.0] - 2025-07-01
416

517
### Highlight: Vibe Coding an AI workflow becomes a reality

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.5.0"
3+
version = "0.5.1"
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)