just v0.10.3 Release Notes

Release Date: 2021-10-30 // over 2 years ago
  • โž• Added

    • Add trim_end(s) and trim_start(s) functions (#999)
    • โž• Add more string manipulation functions (#998)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Make join accept two or more arguments (#1000)

    Misc

    • โž• Add alternatives and prior art section to readme (#1008)
    • ๐Ÿ›  Fix readme make's not correctly displayed (#1007 by @peter50216)
    • 0๏ธโƒฃ Document the default recipe (#1006)
    • Document creating user justfile recipe aliases (#1005)
    • ๐Ÿ›  Fix readme typo (#1004 by @0xflotus)
    • โž• Add packaging status table to readme (#1003)
    • Reword sh not found error messages (#1002 by @hdhoang)
    • ๐Ÿ— Only pass +crt-static to cargo build (#997)
    • Stop using tabs in justfile in editorconfig (#996)
    • ๐Ÿ‘‰ Use consistent rustflags formatting (#994)
    • ๐Ÿ— Use cargo build instead of cargo rustc (#993)
    • Don't skip variables in variable iterator (#991)
    • โœ‚ Remove deprecated equals error (#985)