File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ 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.5] — 2026-04-01
8+ ### Added
9+ - ** scaffold** : Implement boilerplate synchronization across Fortran repos
10+
11+ - ** scaffold** : Add init-only category and auto-discover fpm dependencies
12+
13+
14+ ### Documentation
15+ - ** index** : Add GIF showcase grid and rename projects section
16+
17+ - ** scaffold** : Rename bump.sh to release.sh in all references
18+
19+
20+ ### Fixed
21+ - ** cli** : Rename _ COMPLETION_FLAGS to lowercase to satisfy ruff N806
22+
23+ - ** cli** : Rename app name from "FoBiS.py" to "fobis"
24+
25+
726## [ 3.7.4] — 2026-03-17
827### Documentation
928- Standardize all command examples to use fobis instead of FoBiS.py
@@ -182,7 +201,7 @@ Format follows [Keep a Changelog](https://keepachangelog.com/).
182201### Fixed
183202- ** gcov** : Remove unused past.utils import that broke CI
184203
185- - ** release .sh** : Prevent mid-release failure due to stale branches and PyPI filename change
204+ - ** bump .sh** : Prevent mid-release failure due to stale branches and PyPI filename change
186205
187206
188207## [ 3.2.0] — 2026-02-20
Original file line number Diff line number Diff line change 11"""FoBiS.py main package"""
22
3- __version__ = "3.7.4 "
3+ __version__ = "3.7.5 "
44# Copyright (C) 2015 Stefano Zaghi
55#
66# This file is part of FoBiS.py.
You can’t perform that action at this time.
0 commit comments