From 669e47392c11299308055cfd6424f9057cc5a630 Mon Sep 17 00:00:00 2001 From: Cristiano Calcagno Date: Mon, 4 Jul 2022 18:25:56 +0200 Subject: [PATCH 1/2] Create 10.0 alpha release Fixes https://github.com/rescript-lang/rescript-compiler/issues/5488 --- Changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes.md b/Changes.md index 60cfbd80ff..17350e8952 100644 --- a/Changes.md +++ b/Changes.md @@ -2,6 +2,8 @@ # master +# 10.0.alpha + **Compiler** - Add support for `@new @variadic` (see https://github.com/rescript-lang/rescript-compiler/pull/5364) From ede0b7c5443327372d1f726b763787a933745d50 Mon Sep 17 00:00:00 2001 From: Cristiano Calcagno Date: Tue, 5 Jul 2022 03:29:47 +0200 Subject: [PATCH 2/2] 10.0.0-alpha.1 --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 17350e8952..5e10a5d498 100644 --- a/Changes.md +++ b/Changes.md @@ -2,7 +2,7 @@ # master -# 10.0.alpha +# 10.0.0-alpha.1 **Compiler**