Skip to content

Commit 4d529f0

Browse files
authored
Add release notes for v1.3.1 (#2893)
1 parent 3a3b1b9 commit 4d529f0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

website/docs/release_notes.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,38 @@ import ReactPlayer from 'react-player'
88

99
# Release notes
1010

11+
## [v1.3.1](https://github.com/VirtusLab/scala-cli/releases/tag/v1.3.1)
12+
13+
### Scala 2.13.14 Support
14+
This Scala CLI version adds support for Scala 2.13.14.
15+
16+
```bash
17+
scala-cli -e 'println(scala.util.Properties.versionNumberString)' -S 2.13
18+
# Compiling project (Scala 2.13.14, JVM (17))
19+
# Compiled project (Scala 2.13.14, JVM (17))
20+
# 2.13.14
21+
```
22+
23+
Added by [@Gedochao](https://github.com/Gedochao) in [#2882](https://github.com/VirtusLab/scala-cli/pull/2882).
24+
25+
### Fixes
26+
* Adjust TASTY bump warnings to respect overridden Scala version defaults by [@Gedochao](https://github.com/Gedochao) in [#2888](https://github.com/VirtusLab/scala-cli/pull/2888)
27+
* Include `scala3-staging` and `scala3-tasty-inspector` artifacts when the `--with-compiler` option is passed in Scala 3 by [@Gedochao](https://github.com/Gedochao) in [#2889](https://github.com/VirtusLab/scala-cli/pull/2889)
28+
29+
### Internal changes
30+
* Allow to override prog name with a launcher arg by [@Gedochao](https://github.com/Gedochao) in [#2891](https://github.com/VirtusLab/scala-cli/pull/2891)
31+
32+
### Updates
33+
* Update scala-cli.sh launcher for 1.3.0 by [@github-actions](https://github.com/github-actions) in [#2876](https://github.com/VirtusLab/scala-cli/pull/2876)
34+
* Update Scala 2 to 2.13.14 by [@Gedochao](https://github.com/Gedochao) in [#2882](https://github.com/VirtusLab/scala-cli/pull/2882)
35+
* Update guava to 33.2.0-jre by [@scala-steward](https://github.com/scala-steward) in [#2883](https://github.com/VirtusLab/scala-cli/pull/2883)
36+
* Update `com.softwaremill.sttp.client3:core` to 3.9.6 by [@scala-steward](https://github.com/scala-steward) in [#2885](https://github.com/VirtusLab/scala-cli/pull/2885)
37+
* Update sbt to 1.10.0 by [@scala-steward](https://github.com/scala-steward) in [#2887](https://github.com/VirtusLab/scala-cli/pull/2887)
38+
* Update ammonite to 3.0.0-M1-19-a7973e17 by [@scala-steward](https://github.com/scala-steward) in [#2884](https://github.com/VirtusLab/scala-cli/pull/2884)
39+
* Bump `coursier` to 2.1.10 by [@Gedochao](https://github.com/Gedochao) in [#2890](https://github.com/VirtusLab/scala-cli/pull/2890)
40+
41+
**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.3.0...v1.3.1
42+
1143
## [v1.3.0](https://github.com/VirtusLab/scala-cli/releases/tag/v1.3.0)
1244

1345
### Support for Scala Native 0.5.1

0 commit comments

Comments
 (0)