From 23175ebce6db3b184e3cfac7f0db1b0bb899f84a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 00:52:15 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f3cdd..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4665a..a4c03e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,26 @@ desde los Conventional Commits y bumpea `pyproject.toml`. Al mergear ese PR se c `vX.Y.Z` y el GitHub Release. Las secciones por debajo de `[0.3.0]` son el historial previo a la conexión del tooling (se mantuvieron a mano); de acá en adelante las gestiona el bot. +## [0.9.0](https://github.com/complexluise/bib2graph/compare/v0.8.0...v0.9.0) (2026-06-25) + + +### Features + +* **cli:** preview del crecimiento del chaining antes del fetch ([#89](https://github.com/complexluise/bib2graph/issues/89)) ([#144](https://github.com/complexluise/bib2graph/issues/144)) ([e89e1ec](https://github.com/complexluise/bib2graph/commit/e89e1ec42157417093c265f6574b71daac09adaf)) +* **networks:** cablear assortativity_attribute + composición ([#90](https://github.com/complexluise/bib2graph/issues/90)) ([#143](https://github.com/complexluise/bib2graph/issues/143)) ([27fce62](https://github.com/complexluise/bib2graph/commit/27fce6235caf49348c3737c7f359dd3db02ed9d9)) + + +### Bug Fixes + +* **provenance:** b2g filter registra el filtro (manifest + procedencia) ([#126](https://github.com/complexluise/bib2graph/issues/126)) ([#140](https://github.com/complexluise/bib2graph/issues/140)) ([3eb20da](https://github.com/complexluise/bib2graph/commit/3eb20dae27b6976709cc93587821cc1571bcfbea)) +* **seed:** cerrar el backend clonado correcto en reseed ([#93](https://github.com/complexluise/bib2graph/issues/93)) ([#142](https://github.com/complexluise/bib2graph/issues/142)) ([d0a3239](https://github.com/complexluise/bib2graph/commit/d0a32393035084ab0d699d4418fb83825f5d7576)) + + +### Documentation + +* README install (uv recomendado) + limpieza de AI_DISCLOSURE ([#133](https://github.com/complexluise/bib2graph/issues/133)) ([5bb99f9](https://github.com/complexluise/bib2graph/commit/5bb99f97b93507ff83030fca2cf5ee1f8c8ae8fa)) +* sincronizar PRD/ARCHITECTURE con el 0.8 (Tier 1 — hechos) ([#135](https://github.com/complexluise/bib2graph/issues/135)) ([49ecdbe](https://github.com/complexluise/bib2graph/commit/49ecdbe25afdf485c46d1298f160d2e73ee217df)) + ## [0.8.0](https://github.com/complexluise/bib2graph/compare/v0.7.0...v0.8.0) (2026-06-22) diff --git a/pyproject.toml b/pyproject.toml index 35c80b8..d761b5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ build-backend = "hatchling.build" [project] name = "bib2graph" -version = "0.8.0" # Hitos 7 (dedup) + 8 (co-citación). De acá en adelante el bump +version = "0.9.0" # Hitos 7 (dedup) + 8 (co-citación). De acá en adelante el bump # lo maneja release-please vía PR de release (CI ya conectado). description = "Librería de Python para transformar corpus bibliográficos en redes bibliométricas reproducibles (co-citación, colaboración, co-ocurrencia)." readme = "README.md"