Skip to content

Commit 6278562

Browse files
chore: Bump version to 0.7.0 for stable release [AI-assisted] (#220)
- Update pyproject.toml version from 0.6.0 to 0.7.0 - Update CITATION.cff version and release date - Add 0.7.0 changelog section with documentation improvements - Include JOSS paper submission and Zenodo DOI integration - Comprehensive documentation enhancements across all areas This release represents a stable milestone with complete JOSS submission readiness and comprehensive documentation coverage. Co-authored-by: florath-ai-assistant[bot] <Andreas.Florath@telekom.de>
1 parent f873078 commit 6278562

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ authors:
1010
orcid: https://orcid.org/0009-0001-6471-7372
1111
repository-code: "https://github.com/sustainet-guardian/aletheia-probe"
1212
license: MIT
13-
version: 0.6.0
14-
date-released: 2025-12-02
13+
version: 0.7.0
14+
date-released: 2025-12-11
1515
keywords:
1616
- predatory-journals
1717
- academic-integrity

docs/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.0] - 2025-12-11
11+
12+
### Added
13+
- **JOSS Paper**: Complete Journal of Open Source Software submission document (#210)
14+
- Comprehensive paper for academic publication
15+
- Bibliography with academic references
16+
- Automated PDF generation and validation
17+
- **Zenodo DOI Integration**: Added DOI badge for improved citation support (#200)
18+
- Enhanced academic attribution
19+
- Improved research reproducibility
20+
- Better integration with citation managers
21+
22+
### Changed
23+
- **Documentation Completeness**: Comprehensive documentation improvements
24+
- Backend-specific configuration documentation (#217)
25+
- Complete enumeration documentation in models.md (#216)
26+
- High-level Python API documentation (#215)
27+
- Complete field descriptions in models.md (#214)
28+
- Backend catalog documentation (#213)
29+
- Retraction checking and acronym expansion documentation (#212)
30+
- CLI flags documentation (#211)
31+
- Conference acronym CLI command documentation (#209)
32+
33+
### Improved
34+
- **Release Infrastructure**: Enhanced for stable releases and academic publishing
35+
- JOSS-ready documentation structure
36+
- Automated paper validation in CI/CD
37+
- Complete API reference documentation
38+
- Enhanced installation and usage guides
39+
1040
## [0.6.0] - 2025-12-02
1141

1242
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "aletheia-probe"
7-
version = "0.6.0"
7+
version = "0.7.0"
88
description = "Automated tool for assessing predatory journals using multiple backend sources"
99
readme = "README.md"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)