From 475efeea16ad8ca9f1cd1bf5ae7e62df0140517c Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Fri, 13 Mar 2026 10:50:33 +0100 Subject: [PATCH] chore(release): v2.1.1 --- .claude/skills/self-assessment/SKILL.md | 2 +- CHANGELOG.md | 11 +++++++++ RELEASE_NOTES.md | 31 ++++--------------------- 3 files changed, 16 insertions(+), 28 deletions(-) diff --git a/.claude/skills/self-assessment/SKILL.md b/.claude/skills/self-assessment/SKILL.md index 24acee6..a668e36 100644 --- a/.claude/skills/self-assessment/SKILL.md +++ b/.claude/skills/self-assessment/SKILL.md @@ -1,6 +1,6 @@ --- name: self-assessment -version: 2.1.0 +version: 2.1.1 description: Comprehensive Claude Code self-assessment and learning path advisor. Runs a multi-category quiz covering 10 feature areas, produces a detailed skill profile with per-topic scores, identifies specific gaps, and generates a personalized learning path with prioritized next steps. Use when asked to "assess my level", "take the quiz", "find my level", "where should I start", "what should I learn next", "check my skills", "skill check", or "level up". --- diff --git a/CHANGELOG.md b/CHANGELOG.md index abb962e..409314d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v2.1.1 — 2026-03-13 + +### Bug Fixes + +- Remove dead marketplace link failing CI link checks (3fdf0d6) @luongnv89 +- Add `sandboxed` and `pycache` to cSpell dictionary (dc64618) @luongnv89 + +**Full Changelog**: https://github.com/luongnv89/claude-howto/compare/v2.1.0...v2.1.1 + +--- + ## v2.1.0 — 2026-03-13 ### Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1a33bb0..1fd0667 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,31 +1,8 @@ -## v2.1.0 — 2026-03-13 - -### Features - -- Add adaptive learning path with self-assessment and lesson quiz skills (1ef46cd) - - `/self-assessment` — interactive proficiency quiz across 10 feature areas with personalized learning path - - `/lesson-quiz [lesson]` — per-lesson knowledge check with 8-10 targeted questions +## v2.1.1 — 2026-03-13 ### Bug Fixes -- Update broken URLs, deprecations, and outdated references (8fe4520) -- Fix broken links in resources and self-assessment skill (7a05863) -- Use tilde fences for nested code blocks in concepts guide (5f82719) — thanks @VikalpP! -- Add missing words to cSpell dictionary (8df7572) +- Remove dead marketplace link failing CI link checks (3fdf0d6) +- Add `sandboxed` and `pycache` to cSpell dictionary (dc64618) -### Documentation - -- Phase 5 QA — fix consistency, URLs, and terminology across docs (00bbe4c) -- Complete Phases 3-4 — new feature coverage and reference doc updates (132de29) -- Add MCPorter runtime to MCP context bloat section (ef52705) -- Add missing commands, features, and settings across 6 guides (4bc8f15) -- Add style guide based on existing repo conventions (84141d0) -- Add self-assessment row to guide comparison table (8fe0c96) -- Add VikalpP to contributors list for PR #7 (d5b4350) -- Add self-assessment and lesson-quiz skill references to README and roadmap (d5a6106) - -### New Contributors - -- @VikalpP made their first contribution in #7 - -**Full Changelog**: https://github.com/luongnv89/claude-howto/compare/v2.0.0...v2.1.0 +**Full Changelog**: https://github.com/luongnv89/claude-howto/compare/v2.1.0...v2.1.1