Skip to content

Commit f7c9f3c

Browse files
committed
Merge branch 'master' into develop
2 parents ef32496 + 1b66d4d commit f7c9f3c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.6] — 2026-04-01
8+
### Added
9+
- **commit**: Introduce LLM-assisted conventional commit messages ⚠ BREAKING CHANGE
10+
11+
712
## [3.7.5] — 2026-04-01
813
### Added
914
- **scaffold**: Implement boilerplate synchronization across Fortran repos

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

0 commit comments

Comments
 (0)