Skip to content

Commit 5214786

Browse files
committed
Mention distribution limitations for Scala CLI v1.6.0 in its release notes
1 parent 89bb96d commit 5214786

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

website/docs/release_notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,21 @@ For extra context refer to:
4545

4646
## [v1.6.0](https://github.com/VirtusLab/scala-cli/releases/tag/v1.6.0)
4747

48+
### Scala CLI 1.6.0 will not be available on all distribution channels
49+
Due to technical difficulties with our release pipeline, Scala CLI 1.6.0 release distribution channels were limited to:
50+
- its [GitHub release page](https://github.com/VirtusLab/scala-cli/releases/tag/v1.6.0), where launchers for all platforms are available as normal
51+
- Maven Central
52+
- WinGet
53+
- Chocolatey
54+
55+
While it can be used as such, we followed it up with [a hotfix 1.6.1 release](#v161), which should be available through all standard distribution channels.
56+
57+
```bash
58+
scala-cli --cli-version 1.6.0 --version
59+
# Scala CLI version: 1.6.0
60+
# Scala version (default): 3.6.3
61+
```
62+
4863
### Fixed commas being treated as `using` directive value separators & deprecated using them with whitespace
4964
:::warning
5065
These are breaking changes affecting using directives syntax.

0 commit comments

Comments
 (0)