Skip to content

Commit f531238

Browse files
Release for v0.4.0 (#23)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: creative-graphic-design[bot] <174257823+creative-graphic-design[bot]@users.noreply.github.com>
1 parent 8639a84 commit f531238

2 files changed

Lines changed: 5 additions & 1 deletion

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.0](https://github.com/creative-graphic-design/layout-prompter/compare/v0.3.0...v0.4.0) - 2025-07-07
4+
- Update for hashable processors by @shunk031 in https://github.com/creative-graphic-design/layout-prompter/pull/20
5+
- feat: update version to 0.4.0 in pyproject.toml and uv.lock by @shunk031 in https://github.com/creative-graphic-design/layout-prompter/pull/22
6+
37
## [v0.3.0](https://github.com/creative-graphic-design/layout-prompter/compare/v0.2.0...v0.3.0) - 2025-07-03
48
- feat: add worker/concurrency management for layout processing by @shunk031 in https://github.com/creative-graphic-design/layout-prompter/pull/17
59
- feat: update version to 0.3.0 in pyproject.toml and uv.lock by @shunk031 in https://github.com/creative-graphic-design/layout-prompter/pull/19

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"datasets[vision]>=2.0.0",
12-
"langchain>=0.3.0",
12+
"langchain>=0.3.1",
1313
"loguru>=0.7.0",
1414
"opencv-python>=4.11.0.86",
1515
"pydantic-numpy>=5.0.2",

0 commit comments

Comments
 (0)