From 222f9dccf2c6a66a272fb53f5b2045f4c15fecce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:35:48 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ CITATION.cff | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..492a960 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## 0.1.0 (2026-07-02) + + +### Features + +* CLI + entry point ([a14fcc4](https://github.com/twangodev/spine-codec/commit/a14fcc41b26056826234157b22a0f3e9165932ea)) +* config, nn primitives, transformer ([084cc71](https://github.com/twangodev/spine-codec/commit/084cc715f53369f3f6025a387385138ed27294e5)) +* DDSP HF split (crossover + noise branch + HF head) + decoder ([c57f466](https://github.com/twangodev/spine-codec/commit/c57f46677f078de7796eb0f2fcf2a89acf02c5bd)) +* encoder + multi-scale FSQ quantizer ([bd965a9](https://github.com/twangodev/spine-codec/commit/bd965a9c141e10a18334716f16ffd62bf87a87ea)) +* GAN training loop + reference config ([eebc342](https://github.com/twangodev/spine-codec/commit/eebc342e288122a05bc42af263cc228eaf4215d5)) +* inference tools + audio dataset ([12aee3d](https://github.com/twangodev/spine-codec/commit/12aee3d14cea7118b18cc9512c9457029c4003da)) +* losses, discriminators, EMA ([ef6feea](https://github.com/twangodev/spine-codec/commit/ef6feea813e6232b1c90d4bd9184f356768846d7)) +* pretrained model loading from the Hugging Face Hub ([3dbd910](https://github.com/twangodev/spine-codec/commit/3dbd910dcbab7a38815b4373c3aac432c1570bbc)) +* PyPI packaging metadata and py.typed marker ([d251117](https://github.com/twangodev/spine-codec/commit/d25111781a7a495f380b570dd7d641ebf4220529)) +* release-please and PyPI trusted publishing in python.yml ([b19b137](https://github.com/twangodev/spine-codec/commit/b19b13794835a115ce8a4f052ffb8f777e85b9a3)) +* Spine model + public API ([aa88b9b](https://github.com/twangodev/spine-codec/commit/aa88b9b86ce03204a08695806d2f288caae5d6dc)) + + +### Documentation + +* absolute links and plain note for PyPI rendering ([7f1d75d](https://github.com/twangodev/spine-codec/commit/7f1d75de3a1b8291aa56573ccf836aebbe1b3f32)) +* drop the pypi spine name collision note ([952f387](https://github.com/twangodev/spine-codec/commit/952f387669698d83ac7f044acdf5d9c5752ab110)) +* pip installation and publishing notes ([235d9ea](https://github.com/twangodev/spine-codec/commit/235d9ea48af3d12c13af0f17c447ca210e052a10)) diff --git a/CITATION.cff b/CITATION.cff index cfef07e..829e27e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,4 +8,4 @@ authors: repository-code: https://github.com/twangodev/spine-codec license: Apache-2.0 version: 0.1.0 # x-release-please-version -date-released: 2026-07-01 # x-release-please-date +date-released: 2026-07-02 # x-release-please-date