Skip to content

Commit 1d60641

Browse files
authored
Add release notes for Scala CLI 1.5.3 (#3274)
1 parent 333cef0 commit 1d60641

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

website/docs/release_notes.md

+20
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,28 @@ import ReactPlayer from 'react-player'
88

99
# Release notes
1010

11+
## [v1.5.3](https://github.com/VirtusLab/scala-cli/releases/tag/v1.5.3)
12+
13+
This is a hotfix release, which makes all the fixes and enhancements of Scala CLI 1.5.2 available through the standard distribution channels (rather than just Maven Central).
14+
For the main release notes, please refer to the [v1.5.2 ones](https://github.com/VirtusLab/scala-cli/releases/tag/v1.5.2).
15+
16+
### Hot-fixes
17+
- Tag failing native packager tests as flaky by [@Gedochao](https://github.com/Gedochao) in [#3270](https://github.com/VirtusLab/scala-cli/pull/3270)
18+
- Make publishing depend on all integration tests & docs tests by [@Gedochao](https://github.com/Gedochao) in [#3272](https://github.com/VirtusLab/scala-cli/pull/3272)
19+
20+
**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.5.2...v1.5.3
21+
1122
## [v1.5.2](https://github.com/VirtusLab/scala-cli/releases/tag/v1.5.2)
1223

24+
### Scala CLI 1.5.2 will only be available on JVM
25+
Due to technical difficulties with our release pipeline, Scala CLI 1.5.2 was only released as a JVM launcher on Maven Central. While it can be used as such, we followed it up with a hotfix 1.5.3 release, which should be available through all standard distribution channels.
26+
27+
```bash
28+
scala-cli --cli-version 1.5.2 --version
29+
# Scala CLI version: 1.5.2
30+
# Scala version (default): 3.5.2
31+
```
32+
1333
### `--source` is now deprecated and scheduled for removal in Scala CLI v1.6.x
1434
Due to how easy it is to confuse `--source` (the command line option for producing source JARs
1535
with the `package` sub-command) and `-source` (the Scala compiler option, which can also be passed

0 commit comments

Comments
 (0)