Skip to content

Latest commit

 

History

History
118 lines (53 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

118 lines (53 loc) · 1.47 KB

CHANGELOG

v0.12.0 (2024-10-15)

Features

  • add gomod_name support

v0.11.0 (2024-10-12)

Features

  • optimize git clone with depth 1 and main branch only

v0.10.0 (2024-10-12)

Features

  • add force flag for adding on a dirty repo

v0.9.0 (2024-10-12)

Features

  • add noyes prompter support

v0.8.0 (2024-10-10)

Chore Tasks

  • update version to v0.8.0

v0.7.1 (2024-10-10)

Features

  • make feature name optional in add command

v0.7.0 (2024-10-04)

Chore Tasks

  • update version to v0.7.0

v0.6.1 (2024-10-04)

Features

  • add check for presence of go.mod file before executing add command

v0.6.0 (2024-09-29)

Chore Tasks

  • update version to v0.6.0

Features

  • handle connection errors

v0.5.0 (2024-09-29)

Chore Tasks

  • update version to v0.5.0

Code Refactoring

  • update getFeatureArgs to use feature_name identifier

Documentation

  • clarify feature name argument as required in add command

v0.4.0 (2024-09-29)

Chore Tasks

  • update version to v0.4.0

Features

  • add environment command to list environment variables
  • add support for source repository and git operations

v0.3.0 (2024-09-29)

Chore Tasks

  • change version to v0.3.0
  • update tooling

v0.2.0 (2024-09-28)

Bug Fixes

  • update go-archetype dependency to support overlay transformations

Code Refactoring

  • configuration and command handling to support transformations

v0.1.0 (2024-09-27)