From a3dd63f29d75c7292d35464f16d6a8035c479e08 Mon Sep 17 00:00:00 2001 From: Dag Brattli Date: Sun, 18 Sep 2022 11:57:37 +0200 Subject: [PATCH] Release 4.0.0-theta-006 --- src/Fable.Cli/Fable.Cli.fsproj | 8 ++------ src/Fable.Cli/RELEASE_NOTES.md | 4 ++++ src/Fable.Transforms/Global/Compiler.fs | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj index 72af98823e..0602157e1f 100644 --- a/src/Fable.Cli/Fable.Cli.fsproj +++ b/src/Fable.Cli/Fable.Cli.fsproj @@ -5,12 +5,8 @@ Exe net5.0 4.0.0 - 4.0.0-theta-005 - * Python, fix type annotation for imports of erased interfaces -* Python, better regex handling -* TypeScript, ixed some array issues -* Allow alias for default/namespace imports -* TypeScript, added some interface annotations + 4.0.0-theta-006 + * Python, regex fixes for group collection Major false diff --git a/src/Fable.Cli/RELEASE_NOTES.md b/src/Fable.Cli/RELEASE_NOTES.md index 9b846ef5f3..51842c0249 100644 --- a/src/Fable.Cli/RELEASE_NOTES.md +++ b/src/Fable.Cli/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 4.0.0-theta-006 + +* Python, regex fixes for group collection + ### 4.0.0-theta-005 * Python, fix type annotation for imports of erased interfaces diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs index e0c49cb177..8c127e893b 100644 --- a/src/Fable.Transforms/Global/Compiler.fs +++ b/src/Fable.Transforms/Global/Compiler.fs @@ -1,7 +1,7 @@ namespace Fable module Literals = - let [] VERSION = "4.0.0-theta-005" + let [] VERSION = "4.0.0-theta-006" type CompilerOptionsHelper = static member Make(?language,