File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to FoBiS.py are documented here.
44Versions follow [ Semantic Versioning] ( https://semver.org/ ) .
55Format follows [ Keep a Changelog] ( https://keepachangelog.com/ ) .
66
7+ ## [ 3.7.7] — 2026-04-01
8+ ### Fixed
9+ - ** scaffold** : Adjust ford.md src_dir path and update package.json dependencies
10+
11+
712## [ 3.7.6] — 2026-04-01
813### Added
914- ** commit** : Introduce LLM-assisted conventional commit messages ⚠ BREAKING CHANGE
Original file line number Diff line number Diff line change 11"""FoBiS.py main package"""
22
3- __version__ = "3.7.6 "
3+ __version__ = "3.7.7 "
44# Copyright (C) 2015 Stefano Zaghi
55#
66# This file is part of FoBiS.py.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ summary: {{SUMMARY}}
44project_url : {{WEBSITE}}
55author : {{AUTHORS}}
66email : {{EMAIL}}
7- src_dir : ./src
7+ src_dir : .. /src
88output_dir : ./docs/ford
99project_github : {{REPOSITORY}}
1010display : public
Original file line number Diff line number Diff line change 1111 "markdown-it-mathjax3" : " ^4.3.2" ,
1212 "vitepress-plugin-mermaid" : " ^2.0.0" ,
1313 "mermaid" : " ^11.0.0" ,
14- "formal-ford2vitepress" : " latest"
1514 },
1615 "overrides" : {
17- "esbuild" : " >=0.25.0"
16+ "esbuild" : " >=0.25.0" ,
17+ "@xmldom/xmldom" : " >=0.9.9"
1818 }
1919}
You can’t perform that action at this time.
0 commit comments