Files
git-flow/CHANGELOG.md
T

11 KiB

v0.1.0-main - 2026-07-09


v1.17.5 - 2026-06-03

  • bugfix: allow commits not compliant with conventional commits in changelog generation [jonathan.nerat] (3ff9f76)

v1.17.4 - 2026-05-24


v1.17.3 - 2026-05-22

  • bugfix: dont close branches on merges between environments [jteran] (8ee0129)

v1.17.2 - 2026-05-22

  • bugfix: change pr title on merges between environments [jteran] (de124ba)

v1.17.1 - 2026-05-20

  • bugfix: dont push environment branches since they are already created on remote [jonathan.nerat] (04c9a4b)

v1.17.0 - 2026-05-20


v1.16.1 - 2026-05-20

  • bugfix: arreglo split de branch para armar correctamente el titulo del PR [jteran] (a0d3028)

v1.16.0 - 2026-05-20


v1.15.0 - 2026-05-17


v1.14.0 - 2026-02-11

  • feature: actualizar nombre de proyecto en uv.lock [jteran] (9cd0b25)

v1.13.1 - 2026-02-11


v1.13.0 - 2026-02-11


v1.12.3 - 2026-02-11


v1.12.2 - 2026-02-10


v1.12.1 - 2026-02-10


v1.12.0 - 2026-02-10


v1.11.0 - 2025-12-22


v1.10.0 - 2025-12-15

  • feature: agrego opcion para cambiar a rama objetivo y obtener cambios [jteran] (df8998a)
  • feature: agrego opcion para personalizar nombre de PR [jteran] (c87b141)

v1.9.1 - 2025-12-15

  • bugfix: uso rama actual cuando esta es un entorno [jteran] (c54cb95)

v1.9.0 - 2025-12-15

  • bugfix: uso env actual en vez de rama actual para listar ramas [jteran] (5d33b29)
  • feature: listar ramas de todos los entornos con flag --all, y del entorno actual por defecto [jteran] (104b321)
  • feature: agrego opcion para listar ramas wip [jteran] (774cf9a)
  • refactor: cambio opcion para listar ramas trash [jteran] (74c333a)
  • bugfix: elimino : extra de comando new [jteran] (499babc)

v1.8.0 - 2025-12-15

  • feature: agrego opcion para incluir ticket en nombre de rama [jteran] (01e938e)
  • feature: mostrar warning si la rama actual no es un entorno configurado [jteran] (97b4a56)
  • feature: hacer pull en rama actual antes de crear nueva rama [jteran] (24be501)

v1.7.5 - 2025-12-14

  • bugfix: verificar si la rama grupo trackea una rama remota antes de hacer pull [jteran] (0d95a97)
  • bugfix: capturo interrupion por teclado para no mostrar stack trace [jteran] (0af5102)

v1.7.4 - 2025-12-14


v1.7.3 - 2025-12-14

  • bugfix: listado de ramas para elegir grupo release no devolvia resultados [jteran] (5600e5e)

v1.7.2 - 2025-12-11

  • bugfix: al hacer un release, cambio a la rama grupo si esta disponible [jteran] (44b8efd)

v1.7.1 - 2025-12-11

  • bugfix: cambio la forma en la que se obtiene el first fork point entre 2 ramas [jteran] (7b4fb34)

v1.7.0 - 2025-12-11

  • feature: muestro el listado de commits a pasar al siguiente entorno en release [jteran] (2e65cb7)

v1.6.4 - 2025-12-10

  • bugfix: cambio la lista de commits a mostrar en el merge [jteran] (4e089dc)

v1.6.3 - 2025-12-04

  • bugfix: revertir guion entre version y entorno, agregar guion a sufijo [jteran] (7ce6add)
  • bugfix: agrego guion entre version y nombre de entorno [jteran] (053b8b1)

v1.6.3- - 2025-12-04

  • bugfix: agrego guion entre version y nombre de entorno [jteran] (053b8b1)

v1.6.2 - 2025-12-04


v1.6.1 - 2025-11-29

Commits

  • bugfix: arreglo mensaje de confirmacion de squash, muevo prompt de commit message antes del squash [jonathan.nerat] (f1f6e67)
  • bugfix: cambio default en confirmacion para agrupar release [jonathan.nerat] (83df7e9)

v1.6.0 - 2025-11-29

Commits


v1.5.2 - 2025-11-28

Commits

  • bugfix: arreglo split de ramas de flow.branches [jteran] (2ad7471)
  • bugfix: arreglo iteracion de items de flowconfig en set_config [jteran] (5c3a317)
  • docs: agrego venv a lista de carpetas ignoradas [jteran] (50979e2)

v1.5.1 - 2025-11-27

Commits


v1.5.0 - 2025-11-27

Commits


v1.4.0 - 2025-11-23

Commits


v1.3.0 - 2025-11-23

Commits


v1.2.0 - 2025-11-22

Commits


v1.1.5 - 2025-11-21

Commits


v1.1.4 - 2025-11-21

Commits


Saturday, 8 de November de 2025, 00:28

Commits


Viernes, 7 de Noviembre de 2025, 11:42

  • Autor: Jonathan Teran
  • Rama: bugfix/generate-changelog-on-version-bump

Commits

  • bugfix: muevo generacion de CHANGELOG.md a comando tag (4bccd20)
    • src/git_flow/git.py (M)
    • src/git_flow/main.py (M)
  • refactor: elimino seccion dev de bitbucket-pipelines.yml (71a5643)
    • bitbucket-pipelines.yml (M)
  • docs: elimino CHANGELOG.md (17eb6c2)
    • CHANGELOG.md (D)
  • ignore: ignoro archivos de build (90b420f)
    • .gitignore (M)