chore: bump version to 3.0.0-beta.1

This commit is contained in:
lxien
2026-08-16 17:35:57 +08:00
parent 3524c92b58
commit e8b401176a
16 changed files with 22 additions and 21 deletions
+1
View File
@@ -67,4 +67,5 @@ docs/.docusaurus
/desktop/ui/i18n.slint
/desktop/ui/version.slint
/dev
version.md
Generated
+4 -4
View File
@@ -3988,7 +3988,7 @@ dependencies = [
[[package]]
name = "orbien-client"
version = "3.0.0"
version = "3.0.0-beta.1"
dependencies = [
"anyhow",
"async-trait",
@@ -4009,7 +4009,7 @@ dependencies = [
[[package]]
name = "orbien-core"
version = "3.0.0"
version = "3.0.0-beta.1"
dependencies = [
"anyhow",
"base64",
@@ -4041,7 +4041,7 @@ dependencies = [
[[package]]
name = "orbien-desktop"
version = "3.0.0"
version = "3.0.0-beta.1"
dependencies = [
"anyhow",
"libc",
@@ -4059,7 +4059,7 @@ dependencies = [
[[package]]
name = "orbien-server"
version = "3.0.0"
version = "3.0.0-beta.1"
dependencies = [
"anyhow",
"axum",
+1 -1
View File
@@ -8,7 +8,7 @@ members = [
]
[workspace.package]
version = "3.0.0"
version = "3.0.0-beta.1"
edition = "2021"
license = "Apache-2.0"
authors = ["orbien"]
+1 -1
View File
@@ -21,7 +21,7 @@
<img src="https://img.shields.io/badge/Rust-Tokio-orange?style=for-the-badge&logo=rust&logoColor=white" alt="Rust"/>
</a>
<a href="https://github.com/orbien-org/orbien/releases">
<img src="https://img.shields.io/badge/orbien-3.0.0-blue?style=for-the-badge" alt="orbien:3.0.0"/>
<img src="https://img.shields.io/badge/orbien-3.0.0--beta.1-blue?style=for-the-badge" alt="orbien:3.0.0-beta.1"/>
</a>
<a href="https://somsubhra.github.io/github-release-stats/?username=orbien-org&repository=orbien">
<img src="https://img.shields.io/github/downloads/orbien-org/orbien/total?style=for-the-badge" alt="Downloads"/>
+1 -1
View File
@@ -21,7 +21,7 @@
<img src="https://img.shields.io/badge/Rust-Tokio-orange?style=for-the-badge&logo=rust&logoColor=white" alt="Rust"/>
</a>
<a href="https://github.com/orbien-org/orbien/releases">
<img src="https://img.shields.io/badge/orbien-3.0.0-blue?style=for-the-badge" alt="orbien:3.0.0"/>
<img src="https://img.shields.io/badge/orbien-3.0.0--beta.1-blue?style=for-the-badge" alt="orbien:3.0.0-beta.1"/>
</a>
<a href="https://somsubhra.github.io/github-release-stats/?username=orbien-org&repository=orbien">
<img src="https://img.shields.io/github/downloads/orbien-org/orbien/total?style=for-the-badge" alt="Downloads"/>
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.0.0</version>
<version>3.0.0-beta.1</version>
</parent>
<artifactId>orbien-client</artifactId>
@@ -31,7 +31,7 @@ import org.slf4j.LoggerFactory;
public final class OrbienClient implements AutoCloseable {
private static final Logger log = LoggerFactory.getLogger(OrbienClient.class);
private static final String VERSION = "3.0.0";
private static final String VERSION = "3.0.0-beta.1";
private final OrbienClientConfig config;
private final AtomicBoolean started = new AtomicBoolean(false);
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.0.0</version>
<version>3.0.0-beta.1</version>
</parent>
<artifactId>orbien-spring-boot-demo</artifactId>
@@ -7,7 +7,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.0.0</version>
<version>3.0.0-beta.1</version>
</parent>
<artifactId>orbien-spring-boot-starter</artifactId>
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.0.0</version>
<version>3.0.0-beta.1</version>
<packaging>pom</packaging>
<name>orbien</name>
+2 -2
View File
@@ -19,13 +19,13 @@ import TabItem from '@theme/TabItem';
<dependency>
<groupId>io.github.lxien</groupId>
<artifactId>orbien-spring-boot-starter</artifactId>
<version>3.0.0</version>
<version>3.0.0-beta.1</version>
</dependency>
```
</TabItem>
<TabItem value="Gradle" label="Gradle">
```groovy
implementation("io.github.lxien:orbien-spring-boot-starter:3.0.0")
implementation("io.github.lxien:orbien-spring-boot-starter:3.0.0-beta.1")
```
</TabItem>
</Tabs>
@@ -19,13 +19,13 @@ import TabItem from '@theme/TabItem';
<dependency>
<groupId>io.github.lxien</groupId>
<artifactId>orbien-spring-boot-starter</artifactId>
<version>3.0.0</version>
<version>3.0.0-beta.1</version>
</dependency>
```
</TabItem>
<TabItem value="Gradle" label="Gradle">
```groovy
implementation("io.github.lxien:orbien-spring-boot-starter:3.0.0")
implementation("io.github.lxien:orbien-spring-boot-starter:3.0.0-beta.1")
```
</TabItem>
</Tabs>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "orbien-docs",
"version": "3.0.0",
"version": "3.0.0-beta.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
+1 -1
View File
@@ -6,7 +6,7 @@ import styles from './styles.module.css';
const REPO = 'orbien-org/orbien';
const FALLBACK_VERSION = '3.0.0';
const FALLBACK_VERSION = '3.0.0-beta.1';
type OsId = 'windows' | 'linux' | 'darwin' | 'freebsd';
type ArchId = 'amd64' | 'arm64';
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "orbien-server-ui",
"version": "3.0.0",
"version": "3.0.0-beta.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "orbien-server-ui",
"version": "3.0.0",
"version": "3.0.0-beta.1",
"dependencies": {
"vue": "^3.5.22",
"vue-i18n": "^11.4.8",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "orbien-server-ui",
"private": true,
"version": "3.0.0",
"version": "3.0.0-beta.1",
"type": "module",
"scripts": {
"dev": "vite",