Skip to content

The one that adds Edit and upgrades all the Dependencies

Compare
Choose a tag to compare
@brianp brianp released this 14 Dec 21:12
· 40 commits to master since this release

The one that adds Edit and upgrades all the Dependencies

0.8.0 (2019-12-14)

Features

Improvements

  • New: Expand the new command's arguments to accept -F (9f1f04e5)

Fixes

  • New: Don't panic when file already exists (9f1f04e5)

Documentation

Refactor

  • Refactor file naming in tests (c104abd5)
  • Don't compile untested crates (9999778b)
  • Utilize same template creation code (46ecae5b)
  • Fixup un-used result warning (101bf984)
  • Muxed: Upgrade docopt 0.7.0 -> 1.1.0 (d0429ef3)
  • Common:
    • Upgrade rand 0.3.15 -> 0.7.2 (ef2b3dd0)
    • Upgrade dirs 1.0.5 -> 2.0.2 (90f60ed9)
  • Edit:
    • Upgrade libc 0.2.21 -> 0.2.66 (672430fc)
    • Upgrade dirs 1.0.5 -> 2.0.2 (07422d76)
  • Load:
    • Upgrade yaml-rust 0.3.2 -> 0.4.3 (31476536)
    • Upgrade libc 0.2.21 -> 0.2.66 (37562a42)
    • Upgrade rand 0.3.15 -> 0.7.2 (95392372)
    • Upgrade dirs 1.0.5 -> 2.0.2 (958a382b)
  • Snapshot:
    • Upgrade serde 0.8.23->1.0.103 (46f1e872)
    • Upgrade regex 0.2.1 -> 1.3.1 (2824b0ad)
  • Docker: Rename and fixup docker files (d6bec594)
  • First Run: Use paths for first run check (98fecbd2)
  • Project Paths: Use std::default for Args (9a0ec6dd)