We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef32496 + 1b66d4d commit f7c9f3cCopy full SHA for f7c9f3c
docs/guide/changelog.md
@@ -4,6 +4,11 @@ All notable changes to FoBiS.py are documented here.
4
Versions follow [Semantic Versioning](https://semver.org/).
5
Format follows [Keep a Changelog](https://keepachangelog.com/).
6
7
+## [3.7.6] — 2026-04-01
8
+### Added
9
+- **commit**: Introduce LLM-assisted conventional commit messages ⚠ BREAKING CHANGE
10
+
11
12
## [3.7.5] — 2026-04-01
13
### Added
14
- **scaffold**: Implement boilerplate synchronization across Fortran repos
fobis/__init__.py
@@ -1,6 +1,6 @@
1
"""FoBiS.py main package"""
2
3
-__version__ = "3.7.5"
+__version__ = "3.7.6"
# Copyright (C) 2015 Stefano Zaghi
#
# This file is part of FoBiS.py.
0 commit comments