Updated CHANGELOG.md

This commit is contained in:
jt
2025-11-03 21:54:12 -03:00
parent 96c787b38c
commit b3f057f622
+25
View File
@@ -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)