diff --git a/.github/workflows/next-check.yml b/.github/workflows/next-check.yml index 425d7bca..f5e7182a 100644 --- a/.github/workflows/next-check.yml +++ b/.github/workflows/next-check.yml @@ -6,7 +6,7 @@ on: - main pull_request: paths: - - next/sources + - next/sources/** schedule: - cron: '0 10 * * 2' diff --git a/next/conf.py b/next/conf.py index 9f205a27..61b21d5a 100644 --- a/next/conf.py +++ b/next/conf.py @@ -9,7 +9,7 @@ project = 'MoonBit Document' copyright = '2024, International Digital Economy Academy' author = 'International Digital Economy Academy' -release = 'v0.1.20241125' +release = 'v0.1.20241216' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/next/language/index.md b/next/language/index.md index f6d107df..08b81def 100644 --- a/next/language/index.md +++ b/next/language/index.md @@ -4,7 +4,7 @@ MoonBit is an end-to-end programming language toolchain for cloud and edge compu **Status and aimed timeline** -MoonBit is currently in beta-preview. We expect to reach beta in 2024/11/22, and 1.0 in 2025. +MoonBit is currently in beta-preview. We expect to reach 1.0 in 2025. When MoonBit reaches beta, it means any backwards-incompatible changes will be seriously evaluated and MoonBit _can_ be used in production(very rare compiler bugs). MoonBit is developed by a talented full time team who had extensive experience in building language toolchains, so we will grow much faster than the typical language ecosystem, you won't wait long to use MoonBit in your production.