Skip to content

Releases: TheGoddessInari/wslwrap

v0.2.2

12 May 00:00
b523b15
Compare
Choose a tag to compare

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

19 Feb 17:29
cc020e0
Compare
Choose a tag to compare

Changes:

  • cc020e0 Add Win32 Job support so child processes automatically get cleaned up.

This list of changes was auto generated.

v0.2.0

04 Sep 00:13
af39bb2
Compare
Choose a tag to compare

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!

04 Sep 00:00
d2da0e5
Compare
Choose a tag to compare

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

11 Aug 00:00
163ef9a
Compare
Choose a tag to compare

Changes:

  • 163ef9a Derp. Fix version.
  • 8cc3b77 Update dependencies.
  • 0a8a09a Update dependencies.
  • 69fc7bf Update README with build and deployment badges.

This list of changes was auto generated.

v0.1.2

07 Apr 06:19
6425a43
Compare
Choose a tag to compare

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

07 Apr 03:46
8e58b33
Compare
Choose a tag to compare

Changes:

  • 8e58b33 Prevent accidentally recursing if called with the .exe file extension.

This list of changes was auto generated.

v0.1.0

07 Apr 02:56
709a155
Compare
Choose a tag to compare
Initial commit.