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
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin

---

## [0.0.8.post2] — 2026-03-16

### Fixed
- **Zenodo concept DOI corrected again** — updated to `10.5281/zenodo.19056977`
across `CITATION.cff`, `README.md`, and both changelogs

---

## [0.0.8.post1] — 2026-03-16

### Fixed
- **Zenodo DOI corrected** — all references updated from `10.5281/zenodo.19056978`
to the correct concept DOI `10.5281/zenodo.19057457` across `CITATION.cff`,
to the correct concept DOI `10.5281/zenodo.19056977` across `CITATION.cff`,
`README.md`, and both changelogs

---
Expand All @@ -20,7 +28,7 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin

### Added
- **Zenodo integration** — repository is now archived on Zenodo; concept DOI
(`10.5281/zenodo.19057457`) added to `CITATION.cff`, README badge row, and
(`10.5281/zenodo.19056977`) added to `CITATION.cff`, README badge row, and
BibTeX entry in the README citation section
- **`.zenodo.json`** — explicit Zenodo record metadata (creator ORCID,
affiliation, keywords, related identifiers for PyPI and docs) so archived
Expand Down Expand Up @@ -191,6 +199,7 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin
- Command-line interface (`jabberjay <audio>`)
- GitHub Actions CI workflow and ruff linting

[0.0.8.post2]: https://github.com/MattyB95/Jabberjay/compare/v0.0.8.post1...v0.0.8.post2
[0.0.8.post1]: https://github.com/MattyB95/Jabberjay/compare/v0.0.8...v0.0.8.post1
[0.0.8]: https://github.com/MattyB95/Jabberjay/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/MattyB95/Jabberjay/compare/v0.0.6...v0.0.7
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ authors:
orcid: "https://orcid.org/0000-0002-9377-6240"
identifiers:
- type: doi
value: "10.5281/zenodo.19057457"
value: "10.5281/zenodo.19056977"
description: "Zenodo concept DOI (resolves to the latest archived version)"
repository-code: "https://github.com/MattyB95/Jabberjay"
url: "https://mattyb95.github.io/Jabberjay"
repository-artifact: "https://pypi.org/project/Jabberjay/"
license: MIT
version: 0.0.8.post1
version: 0.0.8.post2
date-released: "2026-03-16"
keywords:
- synthetic voice detection
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Downloads](https://img.shields.io/pypi/dm/jabberjay)](https://pypi.org/project/Jabberjay/)
[![Docs](https://img.shields.io/badge/docs-mattyb95.github.io%2FJabberjay-blue)](https://mattyb95.github.io/Jabberjay)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19057457.svg)](https://doi.org/10.5281/zenodo.19057457)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19056977.svg)](https://doi.org/10.5281/zenodo.19056977)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/MattyB95?label=Sponsor&logo=GitHub&color=EA4AAA)](https://github.com/sponsors/MattyB95)
[![Ko-fi](https://img.shields.io/badge/Ko--fi-Support-FF5E5B?logo=ko-fi&logoColor=white)](https://ko-fi.com/mattyb95)

Expand Down Expand Up @@ -301,12 +301,12 @@ If you use Jabberjay in your research, please cite it. GitHub's **"Cite this rep
title = {Jabberjay},
year = {2026},
url = {https://github.com/MattyB95/Jabberjay},
version = {0.0.8.post1},
doi = {10.5281/zenodo.19057457},
version = {0.0.8.post2},
doi = {10.5281/zenodo.19056977},
}
```

Archived versions are available on [Zenodo](https://doi.org/10.5281/zenodo.19057457). The concept DOI (`10.5281/zenodo.19057457`) always resolves to the latest release.
Archived versions are available on [Zenodo](https://doi.org/10.5281/zenodo.19056977). The concept DOI (`10.5281/zenodo.19056977`) always resolves to the latest release.

---

Expand Down
13 changes: 11 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin

---

## [0.0.8.post2] — 2026-03-16

### Fixed
- **Zenodo concept DOI corrected again** — updated to `10.5281/zenodo.19056977`
across `CITATION.cff`, `README.md`, and both changelogs

---

## [0.0.8.post1] — 2026-03-16

### Fixed
- **Zenodo DOI corrected** — all references updated from `10.5281/zenodo.19056978`
to the correct concept DOI `10.5281/zenodo.19057457` across `CITATION.cff`,
to the correct concept DOI `10.5281/zenodo.19056977` across `CITATION.cff`,
`README.md`, and both changelogs

---
Expand All @@ -20,7 +28,7 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin

### Added
- **Zenodo integration** — repository is now archived on Zenodo; concept DOI
(`10.5281/zenodo.19057457`) added to `CITATION.cff`, README badge row, and
(`10.5281/zenodo.19056977`) added to `CITATION.cff`, README badge row, and
BibTeX entry in the README citation section
- **`.zenodo.json`** — explicit Zenodo record metadata (creator ORCID,
affiliation, keywords, related identifiers for PyPI and docs) so archived
Expand Down Expand Up @@ -191,6 +199,7 @@ Jabberjay follows [PEP 440](https://peps.python.org/pep-0440/) versioning, aimin
- Command-line interface (`jabberjay <audio>`)
- GitHub Actions CI workflow and ruff linting

[0.0.8.post2]: https://github.com/MattyB95/Jabberjay/compare/v0.0.8.post1...v0.0.8.post2
[0.0.8.post1]: https://github.com/MattyB95/Jabberjay/compare/v0.0.8...v0.0.8.post1
[0.0.8]: https://github.com/MattyB95/Jabberjay/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/MattyB95/Jabberjay/compare/v0.0.6...v0.0.7
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "Jabberjay"
version = "0.0.8.post1"
version = "0.0.8.post2"
description = "🦜 Synthetic Voice Detection"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading