Skip to content

Commit dd0867f

Browse files
committed
chore: Add changelog and bump version
1 parent 9bdd736 commit dd0867f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

changelogs/3.7.0-RC4.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Backported changes
2+
3+
- Backport "Upgrade to Scala.js 1.19.0." to 3.7 [#23035](https://github.com/scala/scala3/pull/23035)
4+
5+
6+
# Contributors
7+
8+
Thank you to all the contributors who made this release possible 🎉
9+
10+
According to `git shortlog -sn --no-merges 3.7.0-RC3..3.7.0-RC4` these are:
11+
12+
```
13+
2 Sébastien Doeraene
14+
1 Tomasz Godzik
15+
```

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ object Build {
123123
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
124124
* During final, stable release is set exactly to `developedVersion`.
125125
*/
126-
val baseVersion = s"$developedVersion-RC3"
126+
val baseVersion = s"$developedVersion-RC4"
127127

128128
/** The version of TASTY that should be emitted, checked in runtime test
129129
* For defails on how TASTY version should be set see related discussions:

0 commit comments

Comments
 (0)