Skip to content

Commit 6548fda

Browse files
committed
Add release notes for Scala CLI v1.10.1
1 parent 09aa618 commit 6548fda

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

website/docs/release_notes.md

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

99
# Release notes
1010

11+
## [v1.10.1](https://github.com/VirtusLab/scala-cli/releases/tag/v1.10.1)
12+
This is a small release, chiefly aiming to mend [#3949](https://github.com/VirtusLab/scala-cli/issues/3949), which affected several of our users.
13+
### Fixes
14+
* Ensure Coursier logger gets initialized while downloading JVMs by [@Gedochao](https://github.com/Gedochao) in [#3951](https://github.com/VirtusLab/scala-cli/pull/3951)
15+
### Documentation changes
16+
* Back port of documentation changes to main by @github-actions[bot] in [#3948](https://github.com/VirtusLab/scala-cli/pull/3948)
17+
### Build and internal changes
18+
* Revert some of expecty 0.17.1 workarounds by [@Gedochao](https://github.com/Gedochao) in [#3937](https://github.com/VirtusLab/scala-cli/pull/3937)
19+
### Updates
20+
* Bump Node to 24 for the docs website by [@Gedochao](https://github.com/Gedochao) in [#3947](https://github.com/VirtusLab/scala-cli/pull/3947)
21+
* Update scala-cli.sh launcher for 1.10.0 by @github-actions[bot] in [#3946](https://github.com/VirtusLab/scala-cli/pull/3946)
22+
23+
**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.10.0...v1.10.1
24+
1125
## [v1.10.0](https://github.com/VirtusLab/scala-cli/releases/tag/v1.10.0)
1226

1327
### Change default Scala versions to 3.7.4 and 2.13.17
@@ -21,7 +35,7 @@ scala-cli version
2135
# Scala version (default): 3.7.4
2236
```
2337

24-
Added by [@Gedochao](https://github.com/Gedochao) in https://github.com/VirtusLab/scala-cli/pull/3942 and https://github.com/VirtusLab/scala-cli/pull/3895
38+
Added by [@Gedochao](https://github.com/Gedochao) in [#3942](https://github.com/VirtusLab/scala-cli/pull/3942) and [#3895](https://github.com/VirtusLab/scala-cli/pull/3895)
2539

2640
### Support for the new Scala 3.8 REPL
2741
As per https://github.com/scala/scala3/pull/24243, Scala 3 REPL has been extracted to [a separate artifact](https://repo.scala-lang.org/ui/packages/gav:%2F%2Forg.scala-lang:scala3-repl_3/3.8.0-RC1-bin-20251101-389483e-NIGHTLY)
@@ -50,7 +64,7 @@ The directories can be passed with the `--docker-extra-directories` command line
5064
```bash ignore
5165
scala-cli --power package . --docker --docker-image-repository repo --docker-extra-directories path/to/directory
5266
```
53-
Added by [@btomala](https://github.com/btomala) and [@Gedochao](https://github.com/Gedochao) in https://github.com/VirtusLab/scala-packager/pull/250 and https://github.com/VirtusLab/scala-cli/pull/3908
67+
Added by [@btomala](https://github.com/btomala) and [@Gedochao](https://github.com/Gedochao) in [VirtusLab/scala-packager#250]https://github.com/VirtusLab/scala-packager/pull/250 and [#3908](https://github.com/VirtusLab/scala-cli/pull/3908)
5468

5569
### Deprecate support for building GraalVM native images with Scala pre-3.3
5670
When building GraalVM native images with Scala CLI and Scala versions older than 3.3.0, the following warning will now be printed:
@@ -83,7 +97,7 @@ Those include:
8397

8498
From this point on, they will only be published for Scala 3.
8599

86-
Added by [@Gedochao](https://github.com/Gedochao) in https://github.com/VirtusLab/scala-cli/pull/3911 and https://github.com/VirtusLab/scala-cli/pull/3912
100+
Added by [@Gedochao](https://github.com/Gedochao) in [#3911](https://github.com/VirtusLab/scala-cli/pull/3911) and [#3912](https://github.com/VirtusLab/scala-cli/pull/3912)
87101

88102
### Features
89103
* Bump `scala-packager` to 0.2.1 & enable adding extra directories to a docker image by [@Gedochao](https://github.com/Gedochao) & [@btomala](https://github.com/btomala) in [#3908](https://github.com/VirtusLab/scala-cli/pull/3908)

0 commit comments

Comments
 (0)