Skip to content

Commit

Permalink
misc: fix ci and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Dec 17, 2024
1 parent e763785 commit 0002383
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/next-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
pull_request:
paths:
- next/sources
- next/sources/**
schedule:
- cron: '0 10 * * 2'

Expand Down
2 changes: 1 addition & 1 deletion next/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion next/language/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0002383

Please sign in to comment.