Skip to content

Commit d18e13d

Browse files
authored
Add release notes for Scala CLI v1.12.3 (#4149)
1 parent f249b92 commit d18e13d

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

website/docs/release_notes.md

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

99
# Release notes
1010

11+
## [v1.12.3](https://github.com/VirtusLab/scala-cli/releases/tag/v1.12.3)
12+
13+
### Change default Scala version to 3.8.2
14+
This Scala CLI version switches the default Scala version to 3.8.2.
15+
16+
```bash
17+
scala-cli version
18+
# Scala CLI version: 1.12.3
19+
# Scala version (default): 3.8.2
20+
```
21+
22+
Added by [@Gedochao](https://github.com/Gedochao) in [#4143](https://github.com/VirtusLab/scala-cli/pull/4143)
23+
24+
### Fixes
25+
* Restore Scala 2 nightlies by [@Gedochao](https://github.com/Gedochao) in [#4140](https://github.com/VirtusLab/scala-cli/pull/4140)
26+
* Fix Scala version validation to accept locally built compiler by [@Gedochao](https://github.com/Gedochao) in [#4141](https://github.com/VirtusLab/scala-cli/pull/4141)
27+
* Ensure Scala CLI correctly refers to the latest Scala 2.12/2.13 nightly and recovers from errors by [@Gedochao](https://github.com/Gedochao) in [#4142](https://github.com/VirtusLab/scala-cli/pull/4142)
28+
* Restore GraalVM image support for older CPUs by [@Gedochao](https://github.com/Gedochao) in [#4150](https://github.com/VirtusLab/scala-cli/pull/4150)
29+
30+
### Build and internal changes
31+
* Cut down on integration test suites by [@Gedochao](https://github.com/Gedochao) in [#4123](https://github.com/VirtusLab/scala-cli/pull/4123)
32+
* Add `coursier/cache-action` on the CI by [@Gedochao](https://github.com/Gedochao) in [#4126](https://github.com/VirtusLab/scala-cli/pull/4126)
33+
* Don't install Bloop separately on the CI by [@Gedochao](https://github.com/Gedochao) in [#4130](https://github.com/VirtusLab/scala-cli/pull/4130)
34+
* Migrate to Mill 1.1.2 (was 1.0.6) by [@Gedochao](https://github.com/Gedochao) in [#4086](https://github.com/VirtusLab/scala-cli/pull/4086)
35+
36+
### Documentation changes
37+
* docs: Add release notes for 1.12.2 by [@tgodzik](https://github.com/tgodzik) in [#4111](https://github.com/VirtusLab/scala-cli/pull/4111)
38+
* Fix shebang in Scala script example by [@sake92](https://github.com/sake92) in [#4117](https://github.com/VirtusLab/scala-cli/pull/4117)
39+
* Cherry pick #4073, #4072 & #4123 to the `stable` branch by [@Gedochao](https://github.com/Gedochao) & [@andrzejressel](https://github.com/andrzejressel) in [#4129](https://github.com/VirtusLab/scala-cli/pull/4129)
40+
* Back port of documentation changes to main by [@Gedochao](https://github.com/Gedochao) in [#4134](https://github.com/VirtusLab/scala-cli/pull/4134)
41+
42+
### Updates
43+
* Update scala-cli.sh launcher for 1.12.2 by @github-actions[bot] in [#4116](https://github.com/VirtusLab/scala-cli/pull/4116)
44+
* Bump webpack from 5.103.0 to 5.105.0 in /website by @dependabot[bot] in [#4119](https://github.com/VirtusLab/scala-cli/pull/4119)
45+
* Update sbt, scripted-plugin to 1.12.2 by @scala-steward in [#4110](https://github.com/VirtusLab/scala-cli/pull/4110)
46+
* Bump @algolia/client-search from 5.47.0 to 5.48.0 in /website by @dependabot[bot] in [#4121](https://github.com/VirtusLab/scala-cli/pull/4121)
47+
* Bump Ammonite to 3.0.8 (was 3.0.7) by [@Gedochao](https://github.com/Gedochao) in [#4083](https://github.com/VirtusLab/scala-cli/pull/4083)
48+
* Update scalafmt-cli_2.13, scalafmt-core to 3.10.7 by @scala-steward in [#4125](https://github.com/VirtusLab/scala-cli/pull/4125)
49+
* Update Scala 3 Next RC to 3.8.2-RC2 by @scala-steward in [#4124](https://github.com/VirtusLab/scala-cli/pull/4124)
50+
* Update os-lib to 0.11.8 by @scala-steward in [#4101](https://github.com/VirtusLab/scala-cli/pull/4101)
51+
* Update munit to 1.2.2 by @scala-steward in [#4097](https://github.com/VirtusLab/scala-cli/pull/4097)
52+
* Update semanticdb-shared_2.13 to 4.14.7 by @scala-steward in [#4103](https://github.com/VirtusLab/scala-cli/pull/4103)
53+
* Update pprint to 0.9.6 by @scala-steward in [#4092](https://github.com/VirtusLab/scala-cli/pull/4092)
54+
* Update asm to 9.9.1 by @scala-steward in [#4094](https://github.com/VirtusLab/scala-cli/pull/4094)
55+
* Update semanticdb-shared_2.13 to 4.15.2 by @scala-steward in [#4132](https://github.com/VirtusLab/scala-cli/pull/4132)
56+
* Update metaconfig-typesafe-config to 0.18.2 by @scala-steward in [#4096](https://github.com/VirtusLab/scala-cli/pull/4096)
57+
* Update jsoniter-scala-core, ... to 2.38.8 by @scala-steward in [#4089](https://github.com/VirtusLab/scala-cli/pull/4089)
58+
* Update scalafix-interfaces to 0.14.5 by @scala-steward in [#4088](https://github.com/VirtusLab/scala-cli/pull/4088)
59+
* Update jsoup to 1.22.1 by @scala-steward in [#4093](https://github.com/VirtusLab/scala-cli/pull/4093)
60+
* Bump dependencies of the docs website (dependabot sync + cleanup) by [@Gedochao](https://github.com/Gedochao) in [#4135](https://github.com/VirtusLab/scala-cli/pull/4135)
61+
* Bump @svta/cml-utils from 1.0.1 to 1.4.0 in /website by @dependabot[bot] in [#4137](https://github.com/VirtusLab/scala-cli/pull/4137)
62+
* Migrate to Mill 1.1.2 (was 1.0.6) by [@Gedochao](https://github.com/Gedochao) in [#4086](https://github.com/VirtusLab/scala-cli/pull/4086)
63+
* Update Bloop to 2.0.19 (was 2.0.17) by @scala-steward in [#4109](https://github.com/VirtusLab/scala-cli/pull/4109)
64+
* Bump Scala 3 Next RC to 3.8.2-RC3 by [@Gedochao](https://github.com/Gedochao) in [#4136](https://github.com/VirtusLab/scala-cli/pull/4136)
65+
* Bump @algolia/client-search from 5.48.1 to 5.49.0 in /website by @dependabot[bot] in [#4145](https://github.com/VirtusLab/scala-cli/pull/4145)
66+
* Bump @svta/cml-structured-field-values from 1.0.1 to 1.1.2 in /website by @dependabot[bot] in [#4144](https://github.com/VirtusLab/scala-cli/pull/4144)
67+
* Bump Scala 3 Next to 3.8.2 by [@Gedochao](https://github.com/Gedochao) in [#4143](https://github.com/VirtusLab/scala-cli/pull/4143)
68+
* Bump SBT to 1.12.4 by [@Gedochao](https://github.com/Gedochao) in [#4146](https://github.com/VirtusLab/scala-cli/pull/4146)
69+
* Bump Scala 3 Next RC to 3.8.3-RC1 by [@Gedochao](https://github.com/Gedochao) in [#4147](https://github.com/VirtusLab/scala-cli/pull/4147)
70+
71+
## New Contributors
72+
* [@sake92](https://github.com/sake92) made their first contribution in [#4117](https://github.com/VirtusLab/scala-cli/pull/4117)
73+
* [@andrzejressel](https://github.com/andrzejressel) made their first contribution in [#4129](https://github.com/VirtusLab/scala-cli/pull/4129)
74+
75+
**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.12.2...v1.12.3
76+
1177
## [v1.12.2](https://github.com/VirtusLab/scala-cli/releases/tag/v1.12.2)
1278

1379
### Old sonatype snapshot is causing Scala CLI to timeout

0 commit comments

Comments
 (0)