Skip to content

Releases: gibfahn/up

0.10.0

04 Oct 10:55
e095b80
Compare
Choose a tag to compare

0.10.0

0.10.0 (2021-10-04)

Bug Fixes

  • completions:
    • better shell completions using ValueHint (2536528c)
    • use up as binary name not up-rs (9097807c)

Features

  • list: add an up list command (510e83a7)

0.9.5

24 Sep 08:01
9f0ad84
Compare
Choose a tag to compare

0.9.5

0.9.5 (2021-09-24)

Bug Fixes

  • log: don't log a full backtrace on error (72949e41)

0.9.4

20 Sep 13:49
a864d7f
Compare
Choose a tag to compare

0.9.4

0.9.4 (2021-09-20)

Bug Fixes

  • version: work around clap 3 beta issue where version isn't guessed (cc4694fa)

0.9.3

20 Sep 13:12
0fb41e8
Compare
Choose a tag to compare

0.9.3

0.9.3 (2021-09-20)

Features

  • completions: add command to write completions to stdout (2dfbc4ef)

0.9.2

07 Sep 11:09
907cc0c
Compare
Choose a tag to compare

0.9.2

0.9.2 (2021-09-07)

Bug Fixes

  • git: recursively fetch submodules if we need to check them out (f152965b)

0.9.1

17 May 13:58
061cefb
Compare
Choose a tag to compare

0.9.1

0.9.1 (2021-05-17)

Bug Fixes

  • generate: make task data come last for toml serialization (f95f5beb)
  • task:
    • make task data optional again (97ce5641)
    • have task output log their command type (e303c232)

Features

  • git: warn for git updates that take more than 60s (d8d38e1b)

0.9.0

17 May 11:31
1956fa4
Compare
Choose a tag to compare

0.9.0

0.9.0 (2021-05-17)

Performance

  • tasks: run all tasks in parallel using Rayon (4da6e955)

Bug Fixes

  • args: support long option name for up --config (5e21ef28)

0.8.5

08 Mar 11:33
71023b3
Compare
Choose a tag to compare

0.8.5

0.8.5 (2021-03-08)

Bug Fixes

  • git: handle out-of-date submodules when updating repos (df8bb072)

0.8.4

03 Mar 10:03
9130051
Compare
Choose a tag to compare

0.8.4

0.8.4 (2021-03-03)

Bug Fixes

  • defaults: don't write quoted strings as defaults (079b2d19)
  • git:
    • make it easier to copy unmerged fork branches (424d2209)
    • handle remote.pushDefault that's a URL not remote name (6ecc38e2)

0.8.3

01 Mar 16:03
ef28e7f
Compare
Choose a tag to compare

0.8.3

0.8.3 (2021-03-01)

Bug Fixes

  • update_self: manually implement default for UpdateSelfOptions (a5ad0378)