Skip to content

Commit 621ee1b

Browse files
committed
Add release notes for v1.8.3
1 parent 8a6adcf commit 621ee1b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

website/docs/release_notes.md

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

99
# Release notes
1010

11+
## [v1.8.3](https://github.com/VirtusLab/scala-cli/releases/tag/v1.8.3)
12+
13+
This is a small release which aims to fix issues with publishing Scala CLI on Sonatype Central Portal.
14+
15+
### Build and internal changes
16+
* Add extra logging on Scala CLI artifacts publishing by [@Gedochao](https://github.com/Gedochao) in [#3745](https://github.com/VirtusLab/scala-cli/pull/3745)
17+
* [NIT] Refactor publishing by [@Gedochao](https://github.com/Gedochao) in [#3743](https://github.com/VirtusLab/scala-cli/pull/3743)
18+
* Ensure publishing to Sonatype runs without parallelism by [@Gedochao](https://github.com/Gedochao) in [#3755](https://github.com/VirtusLab/scala-cli/pull/3755)
19+
* Don't use any custom logic when publishing to Sonatype Central by [@Gedochao](https://github.com/Gedochao) in [#3759](https://github.com/VirtusLab/scala-cli/pull/3759)
20+
* Print artifacts' version when publishing Scala CLI by [@Gedochao](https://github.com/Gedochao) in [#3760](https://github.com/VirtusLab/scala-cli/pull/3760)
21+
22+
### Updates
23+
* Update scala-cli.sh launcher for 1.8.2 by [@github-actions](https://github.com/github-actions) in [#3744](https://github.com/VirtusLab/scala-cli/pull/3744)
24+
* Update semanticdb-shared_2.13 to 4.13.7 by [@scala-steward](https://github.com/scala-steward) in [#3746](https://github.com/VirtusLab/scala-cli/pull/3746)
25+
* Bump @easyops-cn/docusaurus-search-local from 0.50.0 to 0.51.0 in /website by [@dependabot](https://github.com/dependabot) in [#3748](https://github.com/VirtusLab/scala-cli/pull/3748)
26+
* Bump brace-expansion from 1.1.11 to 1.1.12 in /website by [@dependabot](https://github.com/dependabot) in [#3749](https://github.com/VirtusLab/scala-cli/pull/3749)
27+
* chore: Set latest RC to 3.7.2-RC1 by [@tgodzik](https://github.com/tgodzik) in [#3750](https://github.com/VirtusLab/scala-cli/pull/3750)
28+
* Bump @easyops-cn/docusaurus-search-local from 0.51.0 to 0.51.1 in /website by [@dependabot](https://github.com/dependabot) in [#3757](https://github.com/VirtusLab/scala-cli/pull/3757)
29+
* Update jsoup to 1.21.1 by [@scala-steward](https://github.com/scala-steward) in [#3762](https://github.com/VirtusLab/scala-cli/pull/3762)
30+
31+
**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.8.2...v1.8.3
32+
1133
## [v1.8.2](https://github.com/VirtusLab/scala-cli/releases/tag/v1.8.2)
1234

35+
:::warning
36+
Due to technical difficulties, this version is not available on Sonatype Central Portal and on coursier.
37+
If you care about those installation methods, please be patient as we resolve the issue and work on a subsequent release.
38+
:::
39+
1340
### Support for Scala Native 0.5.8
1441
This Scala CLI version switches the default Scala Native version to 0.5.8.
1542

0 commit comments

Comments
 (0)