Skip to content

Commit 708d7c0

Browse files
committed
Merge branch 'master' into develop
2 parents 2878953 + baa581b commit 708d7c0

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

docs/guide/changelog.md

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

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.4"
3+
__version__ = "3.7.5"
44
# Copyright (C) 2015 Stefano Zaghi
55
#
66
# This file is part of FoBiS.py.

0 commit comments

Comments
 (0)