From 02ce5b4a330177887ce9b51e3d9f0bd1592b5392 Mon Sep 17 00:00:00 2001 From: yusyus Date: Thu, 22 Jan 2026 00:00:27 +0300 Subject: [PATCH] chore: Bump version to 2.7.3 for i18n documentation release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch release focuses on internationalization and making Skill Seekers accessible to the Chinese developer community. Key updates: - Complete Chinese (简体中文) README translation - PyPI metadata updated with i18n support - Natural Language classifiers added - Community engagement issue created See CHANGELOG.md for complete release notes. Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db4bfbe..f37feb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [2.7.3] - 2026-01-21 + +### 🌏 International i18n Release + +This **documentation release** adds comprehensive Chinese language support, making Skill Seekers accessible to the world's largest developer community. + +### Added + +- **🇨🇳 Chinese (Simplified) README Translation** (#260) + - Complete 1,962-line translation of all documentation (README.zh-CN.md) + - Language selector badges in both English and Chinese READMEs + - Machine translation disclaimer with invitation for community improvements + - GitHub issue #260 created for community review and contributions + - Impact: Makes Skill Seekers accessible to 1+ billion Chinese speakers + +- **📦 PyPI Metadata Internationalization** + - Updated package description to highlight Chinese documentation availability + - Added i18n-related keywords: "i18n", "chinese", "international" + - Added Natural Language classifiers: English and Chinese (Simplified) + - Added direct link to Chinese README in project URLs + - Impact: Better discoverability on PyPI for Chinese developers + +### Why This Matters + +- **Market Reach**: Addresses existing Chinese traffic and taps into world's largest developer community +- **Discoverability**: Better indexing on Chinese search engines (Baidu, Gitee, etc.) +- **User Experience**: Native language documentation lowers barrier to entry +- **Community Growth**: Opens contribution opportunities from Chinese developers +- **Competitive Edge**: Most similar tools don't offer Chinese documentation + +### Community Engagement + +Chinese developers are invited to improve the translation quality: +- Review issue: https://github.com/yusufkaraaslan/Skill_Seekers/issues/260 +- Translation guidelines provided for technical accuracy and natural expression +- All contributions welcome and appreciated + +--- + ## [2.7.2] - 2026-01-21 ### 🚨 Critical CLI Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 8d8be72..02c5d35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "skill-seekers" -version = "2.7.2" +version = "2.7.3" description = "Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills. International support with Chinese (简体中文) documentation." readme = "README.md" requires-python = ">=3.10"