Skip to content

Commit 4be8dfa

Browse files
Release for v0.8.0 (#39)
* [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 09721ae commit 4be8dfa

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.8.0](https://github.com/creative-graphic-design/layout-prompter/compare/v0.7.0...v0.8.0) - 2025-07-17
4+
- feat: organize base class by @shunk031 in https://github.com/creative-graphic-design/layout-prompter/pull/36
5+
- feat: bump version to 0.8.0 in pyproject.toml and uv.lock by @shunk031 in https://github.com/creative-graphic-design/layout-prompter/pull/38
6+
37
## [v0.7.0](https://github.com/creative-graphic-design/layout-prompter/compare/v0.6.0...v0.7.0) - 2025-07-15
48
- fix: update license type from MIT to Apache Software License in pypro… by @shunk031 in https://github.com/creative-graphic-design/layout-prompter/pull/33
59
- feat: refactor layout components to use RunnableSerializable and enha… by @shunk031 in https://github.com/creative-graphic-design/layout-prompter/pull/31

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.11"
1010
dependencies = [
1111
"datasets[vision]>=2.0.0",
1212
"langchain>=0.3.1",
13-
"loguru>=0.7.0",
13+
"loguru>=0.7.1",
1414
"opencv-python>=4.11.0.86",
1515
"pydantic-numpy>=5.0.2",
1616
"pydantic-settings>=2.8.1",

0 commit comments

Comments
 (0)