From 2ed79c171c849338343edddafe68bc1759adf8b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Feb 2026 18:24:11 +0000 Subject: chore(release): bump versions --- crates/macros/CHANGELOG.md | 7 +++++++ crates/macros/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 crates/macros/CHANGELOG.md (limited to 'crates/macros') diff --git a/crates/macros/CHANGELOG.md b/crates/macros/CHANGELOG.md new file mode 100644 index 0000000..2e8da6a --- /dev/null +++ b/crates/macros/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## v0.1.0-alpha.0 + +### New Features + +- [`410c949`](https://github.com/HydroRoll-Team/DropOut/commit/410c949b87424b4ac0df5e3f38930781c6eda147): Add `dropout-macros` crate to generate tauri api wrappers automatically. ([#77](https://github.com/HydroRoll-Team/DropOut/pull/77) by @HsiangNianian) diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index 729b557..54f64f7 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout-macros" -version = "0.1.0" +version = "0.1.0-alpha.0" edition = "2021" description = "Proc-macro crate providing #[dropout::api] for generating Tauri TypeScript bindings" license = "MIT OR Apache-2.0" -- cgit v1.2.3-70-g09d2