Skip to content

Commit 4f98807

Browse files
authored
Add release notes for v1.2.2 (#2846)
1 parent 9ae6413 commit 4f98807

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

website/docs/release_notes.md

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

99
# Release notes
1010

11+
## [v1.2.2](https://github.com/VirtusLab/scala-cli/releases/tag/v1.2.2)
12+
13+
### Fixed the `Fatal invariant violated` false-positive error coming from Bloop
14+
This small update fixes the `Fatal invariant violated` error ([#2829](https://github.com/VirtusLab/scala-cli/issues/2829)).
15+
The error was being thrown by Bloop when running Scala CLI repeatedly with the same sources.
16+
17+
Fixed by [@Gedochao](https://github.com/Gedochao) in [#2837](https://github.com/VirtusLab/scala-cli/pull/2837)
18+
19+
### Enhancements
20+
* Log a warning when invalid java properties are being passed by env vars by [@Gedochao](https://github.com/Gedochao) in [#2843](https://github.com/VirtusLab/scala-cli/pull/2843)
21+
22+
### Updates and maintenance
23+
* Update scala-cli.sh launcher for 1.2.1 by [@github-actions](https://github.com/github-actions) in [#2828](https://github.com/VirtusLab/scala-cli/pull/2828)
24+
* Update `org.scalameta:trees_2.13` to 4.9.3 by [@scala-steward](https://github.com/scala-steward) in [#2831](https://github.com/VirtusLab/scala-cli/pull/2831)
25+
* Update ammonite to 3.0.0-M1-10-105f9e32 by [@scala-steward](https://github.com/scala-steward) in [#2844](https://github.com/VirtusLab/scala-cli/pull/2844)
26+
* Bump `bloop-core` to 1.5.16-sc-2 by [@Gedochao](https://github.com/Gedochao) in [#2837](https://github.com/VirtusLab/scala-cli/pull/2837)
27+
28+
## What's Changed
29+
30+
**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.2.1...v1.2.2
31+
1132
## [v1.2.1](https://github.com/VirtusLab/scala-cli/releases/tag/v1.2.1)
1233

1334
### Support for Scala 3.4.1

0 commit comments

Comments
 (0)