Skip to content

Commit

Permalink
Add release notes for Scala CLI 1.5.3 (#3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Nov 13, 2024
1 parent 333cef0 commit 1d60641
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions website/docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,28 @@ import ReactPlayer from 'react-player'

# Release notes

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

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).
For the main release notes, please refer to the [v1.5.2 ones](https://github.com/VirtusLab/scala-cli/releases/tag/v1.5.2).

### Hot-fixes
- Tag failing native packager tests as flaky by [@Gedochao](https://github.com/Gedochao) in [#3270](https://github.com/VirtusLab/scala-cli/pull/3270)
- 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)

**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.5.2...v1.5.3

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

### Scala CLI 1.5.2 will only be available on JVM
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.

```bash
scala-cli --cli-version 1.5.2 --version
# Scala CLI version: 1.5.2
# Scala version (default): 3.5.2
```

### `--source` is now deprecated and scheduled for removal in Scala CLI v1.6.x
Due to how easy it is to confuse `--source` (the command line option for producing source JARs
with the `package` sub-command) and `-source` (the Scala compiler option, which can also be passed
Expand Down

0 comments on commit 1d60641

Please sign in to comment.