From 095f6ec386e4c1a77b41d240b1d706fe31b879e5 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 15 Jun 2025 15:25:52 +0900 Subject: [PATCH] v0.1.5: Unify collection configuration under VITE_OAUTH_COLLECTION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove AILOG_OAUTH_COLLECTION backward compatibility - Update stream.rs to use simplified collection structure - Fix collection loading from project config.toml - Resolve compiler warnings with #[allow(dead_code)] - All systems now use unified VITE_OAUTH_COLLECTION variable 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b1bf43..0d51439 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features"