Releases: TheGoddessInari/wslwrap
Releases · TheGoddessInari/wslwrap
v0.2.2
Changes:
- b523b15 Bump version to 0.2.2.
- 1abc23e Remove unused ExitStatus.
- 1502743 Use home crate instead of home-rolled logic. It shouldn't impact binary size.
- 4f0b1e1 Update dependencies.
- a5fc2b5 Update dependencies because quote 1.0.2 got yanked.
- 476dd24 Create FUNDING.yml
This list of changes was auto generated.
v0.2.1
Changes:
- cc020e0 Add Win32 Job support so child processes automatically get cleaned up.
This list of changes was auto generated.
v0.2.0
Changes:
- af39bb2 Remove 'feature test' stuff that's unnecessary.
- c8d2ecc Add tests, make is_unix_path single argument.
- 07cd304 Same behavior, but remove unneeded dependencies.
This list of changes was auto generated.
v0.1.5: Link with LTO and optimize for code size!
Changes:
- d2da0e5 Link with LTO and optimize for code size!
- 03292a3 Slim down regex 1.3.0 because our target is pretty simple.
- 65b2dd5 Strip out unnecessary features for env_logger.
- 3d454fa Start using Rust 2018 idioms.
- d8ba54d Use an Enum instead of if/else for returning the path type.
- b83e32c Update dependencies.
- dad0762 Update dependencies.
- e6fee41 README.md: Add a link to clarify what WSL is and means.
This list of changes was auto generated.
v0.1.3
v0.1.2
Changes:
- 6425a43 Rework some of the path detection so \ can be used in relative paths.
- 196e512 Use lazy_static 1.0.
- e2ab4be Actually wire up debug logging support.
This list of changes was auto generated.
v0.1.1
Changes:
- 8e58b33 Prevent accidentally recursing if called with the .exe file extension.
This list of changes was auto generated.
v0.1.0
Initial commit.