aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.changes
diff options
context:
space:
mode:
Diffstat (limited to '.changes')
-rw-r--r--.changes/config.toml5
-rw-r--r--.changes/dropout-macros.md5
2 files changed, 10 insertions, 0 deletions
diff --git a/.changes/config.toml b/.changes/config.toml
index dbce913..8a7034d 100644
--- a/.changes/config.toml
+++ b/.changes/config.toml
@@ -20,6 +20,11 @@ resolver = "rust"
version-mode = { pre-release.tag = "alpha" }
assets = ["artifacts/**/*"]
+[packages.dropout-macros]
+path = "crates/macros"
+resolver = "rust"
+version-mode = { pre-release.tag = "alpha" }
+
[resolver.rust.pre-check]
url = "https://crates.io/api/v1/crates/{{ package.name }}/{{ package.version }}"
diff --git a/.changes/dropout-macros.md b/.changes/dropout-macros.md
new file mode 100644
index 0000000..faa4e3e
--- /dev/null
+++ b/.changes/dropout-macros.md
@@ -0,0 +1,5 @@
+---
+dropout-macros: "patch:feat"
+---
+
+Add `dropout-macros` crate to generate tauri api wrappers automatically.