Skip to content

Commit 82b39a2

Browse files
authored
Merge pull request #3870 from Gedochao/release/v1.9.1
Add release notes for Scala CLI v1.9.1
2 parents 3fec96b + 1935dd4 commit 82b39a2

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

website/docs/release_notes.md

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

99
# Release notes
1010

11+
## [v1.9.1](https://github.com/VirtusLab/scala-cli/releases/tag/v1.9.1)
12+
13+
### Support for Scala 3.7.3
14+
This Scala CLI version switches the default Scala version to 3.7.3.
15+
16+
```bash
17+
scala-cli version
18+
# Scala CLI version: 1.9.1
19+
# Scala version (default): 3.7.3
20+
```
21+
22+
Added by [@Gedochao](https://github.com/Gedochao) in [#3866](https://github.com/VirtusLab/scala-cli/pull/3866)
23+
24+
### Support for Scala.js 1.20.1
25+
This Scala CLI version adds support for Scala.js 1.20.1.
26+
27+
```bash
28+
scala-cli -e 'println("Hello")' --js
29+
# Compiling project (Scala 3.7.3, Scala.js 1.20.1)
30+
# Compiled project (Scala 3.7.3, Scala.js 1.20.1)
31+
# Hello
32+
```
33+
34+
Added by [@Gedochao](https://github.com/Gedochao) in [#3861](https://github.com/VirtusLab/scala-cli/pull/3861) and [scala-js-cli#160](https://github.com/VirtusLab/scala-js-cli/pull/160)
35+
36+
### Fixes
37+
* Fix completely broken lock during setting up local repo on Linux by [@unlsycn](https://github.com/unlsycn) in [#3846](https://github.com/VirtusLab/scala-cli/pull/3846)
38+
* Ensure `publish` actually fails on a failed upload by [@Gedochao](https://github.com/Gedochao) in [#3853](https://github.com/VirtusLab/scala-cli/pull/3853)
39+
40+
### Updates
41+
* Update scala-cli.sh launcher for 1.9.0 by @github-actions[bot] in [#3851](https://github.com/VirtusLab/scala-cli/pull/3851)
42+
* Bump sass from 1.90.0 to 1.91.0 in /website by @dependabot[bot] in [#3839](https://github.com/VirtusLab/scala-cli/pull/3839)
43+
* Bump Scala 3 Next RC to 3.7.3-RC3 by [@Gedochao](https://github.com/Gedochao) in [#3854](https://github.com/VirtusLab/scala-cli/pull/3854)
44+
* Bump `react` & `react-dom` from 19.1.0 to 19.1.1 in /website by @dependabot[bot] in [#3806](https://github.com/VirtusLab/scala-cli/pull/3806)
45+
* Bump announced Scala 3 Next RC to 3.7.3-RC3 by [@Gedochao](https://github.com/Gedochao) in [#3858](https://github.com/VirtusLab/scala-cli/pull/3858)
46+
* Bump `jgit` to 7.3.0.202506031305-r by [@Gedochao](https://github.com/Gedochao) in [#3856](https://github.com/VirtusLab/scala-cli/pull/3856)
47+
* Bump Scala.js to 1.20.1 by [@Gedochao](https://github.com/Gedochao) in [#3861](https://github.com/VirtusLab/scala-cli/pull/3861)
48+
* Bump actions/setup-python from 5 to 6 by @dependabot[bot] in [#3863](https://github.com/VirtusLab/scala-cli/pull/3863)
49+
* Bump Scala Next to 3.7.3 by [@Gedochao](https://github.com/Gedochao) in [#3866](https://github.com/VirtusLab/scala-cli/pull/3866)
50+
* Bump sass from 1.91.0 to 1.92.1 in /website by @dependabot[bot] in [#3864](https://github.com/VirtusLab/scala-cli/pull/3864)
51+
* Bump @mdx-js/react from 3.1.0 to 3.1.1 in /website by @dependabot[bot] in [#3865](https://github.com/VirtusLab/scala-cli/pull/3865)
52+
* Bump actions/setup-node from 4 to 5 by @dependabot[bot] in [#3862](https://github.com/VirtusLab/scala-cli/pull/3862)
53+
* Bump `scalafmt` to 3.9.10 by [@Gedochao](https://github.com/Gedochao) in [#3868](https://github.com/VirtusLab/scala-cli/pull/3868)
54+
55+
**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.9.0...v1.9.1
56+
1157
## [v1.9.0](https://github.com/VirtusLab/scala-cli/releases/tag/v1.9.0)
1258

1359
### Support for the new Scala 3 nightly repository

0 commit comments

Comments
 (0)