Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 5.82 KB

CHANGELOG.md

File metadata and controls

76 lines (44 loc) · 5.82 KB

Changelog

0.6.0 (2024-04-09)

Features

  • make sdk instructions scrollable (#150) (8055927)
  • show success message after creating a flag (#134) (f817856)

0.5.0 (2024-04-05)

Features

0.4.0 (2024-04-05)

Features

Bug Fixes

  • create flag prompt should be on the same line as text (#135) (52aa92b)

0.3.0 (2024-04-04)

Features

  • Can go back to choose SDK page from show SDK instructions (#120) (6900bc6)

Bug Fixes

  • add instructions to continue from show sdk step (#117) (4baf2d0)
  • fix the step count (#121) (1943c45)
  • remove id from goreleaser homebrew build config (#125) (56538cd)

0.2.0 (2024-04-03)

Features

  • add ldcli formula to homebrew-tap (#108) (1d638dc)
  • Add more help in error message (#72) (6221983)
  • add sdk instructions step to quickstart (#91) (bf4aba6)
  • add toggle flag step (#111) (9cd4018)
  • add toggle on and off aliases to update flag (#82) (7b6c6f1)
  • alias command to invite members (#84) (7002866)
  • better flag create error handling (#85) (708925b)
  • Create choose SDK view (#89) (7518423)
  • create command to get an environment (#96) (19b4ede)
  • create command to invite members (#68) (e1a2ca5)
  • create prod-ready quickstart command (#75) (7768bfa)
  • pass in optional role flag when using members invite (#90) (b51470d)
  • setting version dynamically (#83) (7e4e794)
  • Show error along with message and quit if applicable (#87) (f076a59)

Bug Fixes

  • fix err messages for toggle flag command (#112) (9b385e9)
  • members create cmd should invite multiple members (#103) (c575248)
  • rebind projKey flag to update subcommand (#62) (1f0f898)
  • remove create flag placeholder text (#114) (3e8624d)

0.1.0 (2024-03-22)

Miscellaneous Chores

  • release initial version