Skip to content

Commit 53972df

Browse files
committed
docs: update changelog for v0.1.12
1 parent 99af251 commit 53972df

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
## Fixes
1+
## [0.1.11] - 2024-07-01
22

3-
- Fixed building motif validation for qualify function
3+
- Fixed building motif validation for qualify function
4+
5+
## [0.1.12] - 2026-02-24
6+
7+
### Added
8+
- Optional `base_path` parameter to `Application` class to support execution from non-root directories.
9+
- Warning log when no applications are found in the resolved `app/` folder.
10+
11+
### Fixed
12+
- Robustness of file existence checks in `Application` initialization (switched from `is None` to `os.path.exists()`).
13+
- Corrected path resolution for `query.rq` and `manifest.ttl`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pfb-toolkit"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
description = "Portable Framework for Building Applications - PFB-Toolkit"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)