Skip to content

Commit 39dc289

Browse files
committed
Merge branch 'release/v3.7.7'
2 parents 7655220 + 8c4b6ef commit 39dc289

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

docs/guide/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to FoBiS.py are documented here.
44
Versions follow [Semantic Versioning](https://semver.org/).
55
Format 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

fobis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

fobis/scaffolds/templated/docs/ford.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: {{SUMMARY}}
44
project_url: {{WEBSITE}}
55
author: {{AUTHORS}}
66
email: {{EMAIL}}
7-
src_dir: ./src
7+
src_dir: ../src
88
output_dir: ./docs/ford
99
project_github: {{REPOSITORY}}
1010
display: public

fobis/scaffolds/verbatim/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
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
}

0 commit comments

Comments
 (0)