From f8758de2020b4fd5bb737a4ea26553732245e818 Mon Sep 17 00:00:00 2001 From: madonuko Date: Mon, 29 Jul 2024 15:30:34 +0800 Subject: [PATCH] chore: bump to 0.3.2 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- anda-config/Cargo.toml | 2 +- andax/Cargo.toml | 2 +- rust-anda-git.spec | 2 +- rust-anda.spec | 2 +- test.rhai | 2 -- 7 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 test.rhai diff --git a/Cargo.lock b/Cargo.lock index 8d604c2..cf9d3b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ dependencies = [ [[package]] name = "anda" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anda-config", "andax", @@ -74,7 +74,7 @@ dependencies = [ [[package]] name = "anda-config" -version = "0.3.1" +version = "0.3.2" dependencies = [ "dotenv", "env_logger", @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "andax" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anda-config", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9d78936..ff37dbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # Cargo workspace [package] name = "anda" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = "Andaman Build toolchain" license = "MIT" diff --git a/anda-config/Cargo.toml b/anda-config/Cargo.toml index 9269ee9..3af1d72 100644 --- a/anda-config/Cargo.toml +++ b/anda-config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anda-config" description = "Configuration module for Andaman" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "MIT" repository = "https://github.com/FyraLabs/anda" diff --git a/andax/Cargo.toml b/andax/Cargo.toml index 610a76b..c822cfe 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "andax" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "MIT" description = "Andaman scripting runtime" diff --git a/rust-anda-git.spec b/rust-anda-git.spec index 4c5eea4..cbc03fd 100644 --- a/rust-anda-git.spec +++ b/rust-anda-git.spec @@ -4,7 +4,7 @@ %global crate anda -%global _version 0.3.1 +%global _version 0.3.2 Name: rust-anda Version: %{_version}.%{autogitversion} diff --git a/rust-anda.spec b/rust-anda.spec index 5882684..42acbd6 100644 --- a/rust-anda.spec +++ b/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} Summary: Andaman Build toolchain diff --git a/test.rhai b/test.rhai deleted file mode 100644 index f6086bb..0000000 --- a/test.rhai +++ /dev/null @@ -1,2 +0,0 @@ -print("Hello, World!") -print("Bai!")