Skip to content

Commit b66919c

Browse files
authored
Merge pull request #3491 from Gedochao/release/1.6.2
Add release notes for Scala CLI v1.6.2
2 parents 6eecd24 + 1963c45 commit b66919c

File tree

2 files changed

+60
-5
lines changed

2 files changed

+60
-5
lines changed

.github/release/release-procedure.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
- [ ] Wait for the `Update dist` PR to be automatically created after the previous one has been merged, and then
2525
proceed to merge it.
2626
- [ ] Make a release with the updated Scala CLI version.
27-
- [ ] Update the `v1` & `v1.5` tags to the latest release commit.
27+
- [ ] Update the `v1` & `v1.6` tags to the latest release commit.
2828
```bash
2929
git fetch --all
30-
git checkout origin v1.5.x
31-
git tag -d v1.5
32-
git tag v1.5
33-
git push origin v1.5 -f
30+
git checkout origin v1.6.x
31+
git tag -d v1.6
32+
git tag v1.6
33+
git push origin v1.6 -f
3434
git tag -d v1
3535
git tag v1
3636
git push origin v1 -f

website/docs/release_notes.md

+55
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,61 @@ import ReactPlayer from 'react-player'
88

99
# Release notes
1010

11+
## [v1.6.2](https://github.com/VirtusLab/scala-cli/releases/tag/v1.6.2)
12+
13+
### Support for Scala.js 1.18.2
14+
This Scala CLI version adds support for Scala.js 1.18.2.
15+
16+
```bash
17+
scala-cli -e 'println("Hello")' --js
18+
# Compiling project (Scala 3.6.3, Scala.js 1.18.2)
19+
# Compiled project (Scala 3.6.3, Scala.js 1.18.2)
20+
# Hello
21+
```
22+
23+
Added in [#3454](https://github.com/VirtusLab/scala-cli/pull/3454)
24+
25+
### Support for Scala 3.3.5
26+
The Scala CLI internals are now built with Scala 3.3.5.
27+
28+
Added by [@Gedochao](https://github.com/Gedochao) in [#3466](https://github.com/VirtusLab/scala-cli/pull/3466)
29+
30+
### Deprecations
31+
* Add a deprecation warning for using Scala 2.12.4 with Bloop by [@Gedochao](https://github.com/Gedochao) in [#3470](https://github.com/VirtusLab/scala-cli/pull/3470)
32+
33+
### Fixes
34+
* Remove conflicting Scala 2.13 `io.get-coursier:dependency` dependency & add a CI check by [@Gedochao](https://github.com/Gedochao) in [#3472](https://github.com/VirtusLab/scala-cli/pull/3472)
35+
36+
### Internal and build changes
37+
* Fix Scala Steward post-update hook by [@fthomas](https://github.com/fthomas) in [#3465](https://github.com/VirtusLab/scala-cli/pull/3465)
38+
* Bump Windows runners to windows-2025 on the CI by [@Gedochao](https://github.com/Gedochao) in [#3489](https://github.com/VirtusLab/scala-cli/pull/3489)
39+
40+
### Documentation changes
41+
* Add warning about test files in publish docs by [@majk-p](https://github.com/majk-p) in [#3486](https://github.com/VirtusLab/scala-cli/pull/3486)
42+
* Back port of documentation changes to main by [@github-actions](https://github.com/github-actions) in [#3487](https://github.com/VirtusLab/scala-cli/pull/3487)
43+
44+
## Updates
45+
* Update scala-cli.sh launcher for 1.6.1 by [@github-actions](https://github.com/github-actions) in [#3452](https://github.com/VirtusLab/scala-cli/pull/3452)
46+
* Update munit to 1.1.0 by [@scala-steward](https://github.com/scala-steward) in [#3455](https://github.com/VirtusLab/scala-cli/pull/3455)
47+
* Update latest announced Scala 3 Next RC to 3.6.4-RC1 by [@Gedochao](https://github.com/Gedochao) in [#3458](https://github.com/VirtusLab/scala-cli/pull/3458)
48+
* Update scalajs-sbt-test-adapter_2.13 to 1.18.2 by [@scala-steward](https://github.com/scala-steward) in [#3454](https://github.com/VirtusLab/scala-cli/pull/3454)
49+
* Update Scala 3 LTS to 3.3.5 by [@Gedochao](https://github.com/Gedochao) in [#3466](https://github.com/VirtusLab/scala-cli/pull/3466)
50+
* Update scalafmt-cli_2.13, scalafmt-core to 3.8.6 by [@scala-steward](https://github.com/scala-steward) in [#3462](https://github.com/VirtusLab/scala-cli/pull/3462)
51+
* Update sbt, scripted-plugin to 1.10.7 by [@scala-steward](https://github.com/scala-steward) in [#3461](https://github.com/VirtusLab/scala-cli/pull/3461)
52+
* Bump Scala 3 Next announced version to 3.6.3 by [@Gedochao](https://github.com/Gedochao) in [#3469](https://github.com/VirtusLab/scala-cli/pull/3469)
53+
* Bump `ammonite` to 3.0.1 by [@Gedochao](https://github.com/Gedochao) in [#3468](https://github.com/VirtusLab/scala-cli/pull/3468)
54+
* Update core_2.13 to 3.10.3 by [@scala-steward](https://github.com/scala-steward) in [#3476](https://github.com/VirtusLab/scala-cli/pull/3476)
55+
* Update scala-collection-compat to 2.13.0 by [@scala-steward](https://github.com/scala-steward) in [#3478](https://github.com/VirtusLab/scala-cli/pull/3478)
56+
* Update case-app to 2.1.0-M30 by [@scala-steward](https://github.com/scala-steward) in [#3485](https://github.com/VirtusLab/scala-cli/pull/3485)
57+
* Bump Scala toolkit to 0.6.0 by [@Gedochao](https://github.com/Gedochao) in [#3471](https://github.com/VirtusLab/scala-cli/pull/3471)
58+
* Update Scala Toolkit to 0.7.0 by [@Gedochao](https://github.com/Gedochao) in [#3488](https://github.com/VirtusLab/scala-cli/pull/3488)
59+
60+
## New Contributors
61+
* [@fthomas](https://github.com/fthomas) made their first contribution in [#3465](https://github.com/VirtusLab/scala-cli/pull/3465)
62+
* [@majk-p](https://github.com/majk-p) made their first contribution in [#3486](https://github.com/VirtusLab/scala-cli/pull/3486)
63+
64+
**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.6.1...v1.6.2
65+
1166
## [v1.6.1](https://github.com/VirtusLab/scala-cli/releases/tag/v1.6.1)
1267

1368
## Pass `--repl-init-script` directly to the Scala REPL

0 commit comments

Comments
 (0)