Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file is the authoritative release history. GitHub Releases reuse the corresponding version section.

## 0.3.1 - 2026-08-26

- Added CFF 1.2.0 metadata for citing the exact Biosigmat release and its confirmed software authors.
- Documented version-specific software citation alongside the original publications cataloged by Biosiglib.
- Added release validation for CFF structure, version, date, tag, and inclusion in the reviewed source archive.

## 0.3.0 - 2026-08-12

- Simplified the public documentation to Home, Installation, and API; moved contributor guidance to `CONTRIBUTING.md` and linked examples and source code directly from function pages.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ authors:
Biomedical Signal Interpretation and Computational Simulation (BSICoS)
Group, Aragón Institute of Engineering Research (I3A), University of
Zaragoza, Spain
version: 0.3.0
date-released: 2026-08-12
version: 0.3.1
date-released: 2026-08-26
license: GPL-3.0-only
repository-code: "https://github.com/BSICoS/biosigmat"
url: "https://bsicos.github.io/biosigmat/"
Expand Down
2 changes: 1 addition & 1 deletion src/+biosigmat/version.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
parser.FunctionName = 'biosigmat.version';
parse(parser);

versionNumber = '0.3.0';
versionNumber = '0.3.1';

end
Loading