From 410b49b299c96c73635e9f2c427cdab448c3150c Mon Sep 17 00:00:00 2001 From: NAGATA Hiroaki Date: Sat, 16 May 2026 18:04:21 +0900 Subject: [PATCH 1/3] [tagpr] prepare for the next release From 2f90bda1f4296cf5e0907e5228dea1b76d2dd036 Mon Sep 17 00:00:00 2001 From: NAGATA Hiroaki Date: Sat, 16 May 2026 18:04:21 +0900 Subject: [PATCH 2/3] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297a38b..47f99f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.0](https://github.com/handlename/obsidian-plugin-runestone/compare/0.1.0...0.2.0) - 2026-05-16 +- feat: publish runestone-workflow as Claude Code plugin by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/5 +- fix: add marketplace.json for Claude Code plugin install by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/7 +- docs: add missing terms to GLOSSARY.md by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/8 +- Refine runestone-workflow agent skill by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/9 +- docs: add example vault section and screenshot to README by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/10 +- docs: logo by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/11 +- feat: add args template support to exec nodes by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/12 +- feat: display node output in log panel by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/14 + ## [0.2.0](https://github.com/handlename/obsidian-plugin-runestone/compare/0.1.0...0.2.0) - 2026-04-04 - feat: publish runestone-workflow as Claude Code plugin by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/5 - fix: add marketplace.json for Claude Code plugin install by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/7 From e21d0b3e3a34bf87703d149c59ad75c9c16323ed Mon Sep 17 00:00:00 2001 From: NAGATA Hiroaki Date: Sat, 16 May 2026 18:07:20 +0900 Subject: [PATCH 3/3] docs: remove duplicated changes --- CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f99f6..5fbb1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,15 +10,6 @@ - feat: add args template support to exec nodes by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/12 - feat: display node output in log panel by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/14 -## [0.2.0](https://github.com/handlename/obsidian-plugin-runestone/compare/0.1.0...0.2.0) - 2026-04-04 -- feat: publish runestone-workflow as Claude Code plugin by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/5 -- fix: add marketplace.json for Claude Code plugin install by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/7 -- docs: add missing terms to GLOSSARY.md by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/8 -- Refine runestone-workflow agent skill by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/9 -- docs: add example vault section and screenshot to README by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/10 -- docs: logo by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/11 -- feat: add args template support to exec nodes by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/12 - ## [0.1.0](https://github.com/handlename/obsidian-plugin-runestone/commits/0.1.0) - 2026-03-31 - chore: preparation for release by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/1 - fix(ci): correct tagpr trigger branch by @handlename in https://github.com/handlename/obsidian-plugin-runestone/pull/2