From b3f057f6226dd6796b6eb9a810f25d0d8f8ce5b5 Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Mon, 3 Nov 2025 21:54:12 -0300 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c406bf..e9f0ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## Lunes, 3 de Noviembre de 2025, 21:54 + +- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com) +- Rama: `refactor/build-system` + +### Commits + +- **bugfix**: arreglo ejecucion de tag mediante pipeline (96c787b) + - bitbucket-pipelines.yml (M) + - src/git_flow/main.py (M) +- **refactor**: cambio estructura de proyecto siguiendo guidelines de python (9e1c710) + - git-flow (D) + - lib/__init__.py (D) + - lib/git.py (D) + - lib/io.py (D) + - pyproject.toml (A) + - pyrightconfig.json (D) + - requirements.txt (D) + - src/git_flow/__init__.py (A) + - src/git_flow/git.py (A) + - src/git_flow/io.py (A) + - src/git_flow/main.py (A) + +--- + ## Lunes, 3 de Noviembre de 2025, 08:28 - Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)