Skip to content

Commit

Permalink
Update release note for the latest v0.11.8 tag
Browse files Browse the repository at this point in the history
Tagged 51260e5 as v0.11.8

- regenerate release note
- minor fixes
  - removed `More stable code navigation` from TL;DR
- Set release date to 2022-08-10
  • Loading branch information
tanishiking committed Aug 9, 2022
1 parent 51260e5 commit 9620b84
Showing 1 changed file with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ We're happy to announce the release of Metals v0.11.8, bringing a number of impr
<tbody>
<tr>
<td>Commits since last release</td>
<td align="center">81</td>
<td align="center">103</td>
</tr>
<tr>
<td>Merged PRs</td>
<td align="center">77</td>
<td align="center">79</td>
</tr>
<tr>
<td>Contributors</td>
Expand All @@ -27,7 +27,7 @@ We're happy to announce the release of Metals v0.11.8, bringing a number of impr
</tr>
<tr>
<td>New features</td>
<td align="center">6</td>
<td align="center">5</td>
</tr>
</tbody>
</table>
Expand All @@ -45,12 +45,14 @@ the community.
Check out [https://scalameta.org/metals/](https://scalameta.org/metals/), and
give Metals a try!

Check out [https://scalameta.org/metals/](https://scalameta.org/metals/), and
give Metals a try!

- [Scala 3] Auto import and completion for extension methods
- [Scala 3] Convert to Named Parameters code action
- [Scala 3] Scaladoc Completion for Scala3
- [Scala 3] Completions in string interpolation
- [Scala 2] Automatic import of types in string interpolations
- More stable code navigation across subprojects
- Code Action documentation
- Support of Scala 3.2.0-RC3, Scala 3.2.0-RC2

Expand Down Expand Up @@ -94,7 +96,7 @@ This problem is now resolved. Users can easily get such symbols automatically im

![scala2-inteprolation](https://i.imgur.com/cCWTQnj.gif)

The feature also works for Scala 3.
The feature is also being worked on for Scala 3.

## Code Action documentation

Expand All @@ -110,8 +112,8 @@ Big thanks to everybody who contributed to this release or reported an issue!

```
$ git shortlog -sn --no-merges v0.11.7..v0.11.8
31 Tomasz Godzik
10 Rikito Taniguchi
33 Tomasz Godzik
30 Rikito Taniguchi
9 Scala Steward
6 jkciesluk
6 Kamil Podsiadło
Expand All @@ -129,12 +131,18 @@ $ git shortlog -sn --no-merges v0.11.7..v0.11.8

## Merged PRs

## [v0.11.8](https://github.com/scalameta/metals/tree/v0.11.8) (2022-08-08)
## [v0.11.8](https://github.com/scalameta/metals/tree/v0.11.8) (2022-08-10)

[Full Changelog](https://github.com/scalameta/metals/compare/v0.11.7...v0.11.8)

**Merged pull requests:**

- [Scala 3] Revert type completions feature
[\#4236](https://github.com/scalameta/metals/pull/4236)
([tanishiking](https://github.com/tanishiking))
- bugfix: Show package completions
[\#4223](https://github.com/scalameta/metals/pull/4223)
([tgodzik](https://github.com/tgodzik))
- chore(ci): small changes to account for migration from LSIF -> SCIP
[\#4222](https://github.com/scalameta/metals/pull/4222)
([ckipp01](https://github.com/ckipp01))
Expand Down

0 comments on commit 9620b84

Please sign in to comment.