Skip to content

v0.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 02:26
· 215 commits to main since this release

0.28.0 (2023-01-31)

Feature

Bug Fixes

  • add tests to cover case with empty token in config file, fix bug (2a984fa)
  • windows protoc installation (#244) (93c26a3)
  • don't log confusing message if the user runs configure a second time (#239) (438225c)
  • prompt Windows users re: alternate mechanisms for pasting. (#238) (b9fd34f)

Chores

  • Updated Cargo version to v0.28.0 (1f8e1eb)
  • simplify replace_*_value fns (735346c)
  • remove unnecessary conditional logic from update_*_profile fns (410613e)
  • refactor to simplify update_*_profile (2305517)
  • simplify update_*_profile fns (f1883c1)
  • refactor to remove FileTypes enum (f593ecd)
  • clean up integration tests, support MOMENTO_CONFIG_DIR (#248) (6c8b1b9)
  • use 'impl AsRef' inline in argument signatures rather than using generic type T (90b037c)
  • refactor ini signatures to accept &str to reduce cloning (498f0a7)
  • simplify signature for ini update_profile_values (794b35f)
  • add some initial basic tests for config/creds ini interactions (4455260)
  • update windows install instructions for winget (#240) (24b238e)