File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ` .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pfb-toolkit"
3- version = " 0.1.11 "
3+ version = " 0.1.12 "
44description = " Portable Framework for Building Applications - PFB-Toolkit"
55readme = " README.md"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments