Skip to content

Commit 8060e2d

Browse files
motiz88facebook-github-bot
authored andcommitted
dotslash_oss: Publish 0.5.8
Summary: TSIA Reviewed By: dtolnay Differential Revision: D80552437 fbshipit-source-id: 7a33371481d2f60268c136e4b09ad712a269a726
1 parent 13aa735 commit 8060e2d

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.5.8 (2025-08-19)
4+
5+
- DotSlash is now available as an
6+
[npm package](https://www.npmjs.com/package/fb-dotslash):
7+
<https://github.com/facebook/dotslash/pull/74>
8+
- Optimized the size of the
9+
[DotSlash Windows shim](https://dotslash-cli.com/docs/windows/#dotslash-windows-shim):
10+
<https://github.com/facebook/dotslash/pull/46>
11+
312
## v0.5.7 (2025-07-09)
413

514
- Fix release pipeline for ARM64 Windows:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "dotslash"
5-
version = "0.5.7"
5+
version = "0.5.8"
66
authors = ["Michael Bolin <[email protected]>", "Andres Suarez <[email protected]>"]
77
edition = "2024"
88
rust-version = "1.85"

node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If your npm package declares `fb-dotslash` as a dependency, any commands execute
2222
"foo": "path/to/dotslash/file"
2323
},
2424
"dependencies": {
25-
"fb-dotslash": "^0.5.7"
25+
"fb-dotslash": "^0.5.8"
2626
}
2727
}
2828
```

0 commit comments

Comments
 (0)